Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DocumentStyleSuggestionState

import type { DocumentStyleSuggestionState } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A mask that indicates which of the fields on the base DocumentStyle have been changed in this suggestion. For any field set to true, there's a new suggested value.

interface DocumentStyleSuggestionState {
backgroundSuggestionState?: BackgroundSuggestionState;
defaultFooterIdSuggested?: boolean;
defaultHeaderIdSuggested?: boolean;
evenPageFooterIdSuggested?: boolean;
evenPageHeaderIdSuggested?: boolean;
firstPageFooterIdSuggested?: boolean;
firstPageHeaderIdSuggested?: boolean;
flipPageOrientationSuggested?: boolean;
marginBottomSuggested?: boolean;
marginFooterSuggested?: boolean;
marginHeaderSuggested?: boolean;
marginLeftSuggested?: boolean;
marginRightSuggested?: boolean;
marginTopSuggested?: boolean;
pageNumberStartSuggested?: boolean;
pageSizeSuggestionState?: SizeSuggestionState;
useCustomHeaderFooterMarginsSuggested?: boolean;
useEvenPageHeaderFooterSuggested?: boolean;
useFirstPageHeaderFooterSuggested?: boolean;
}

§Properties

§
backgroundSuggestionState?: BackgroundSuggestionState
[src]

A mask that indicates which of the fields in background have been changed in this suggestion.

§
defaultFooterIdSuggested?: boolean
[src]

Indicates if there was a suggested change to default_footer_id.

§
defaultHeaderIdSuggested?: boolean
[src]

Indicates if there was a suggested change to default_header_id.

§
evenPageFooterIdSuggested?: boolean
[src]

Indicates if there was a suggested change to even_page_footer_id.

§
evenPageHeaderIdSuggested?: boolean
[src]

Indicates if there was a suggested change to even_page_header_id.

§
firstPageFooterIdSuggested?: boolean
[src]

Indicates if there was a suggested change to first_page_footer_id.

§
firstPageHeaderIdSuggested?: boolean
[src]

Indicates if there was a suggested change to first_page_header_id.

§
flipPageOrientationSuggested?: boolean
[src]

Optional. Indicates if there was a suggested change to flip_page_orientation.

§
marginBottomSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_bottom.

§
marginFooterSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_footer.

§
marginHeaderSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_header.

§
marginLeftSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_left.

§
marginRightSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_right.

§
marginTopSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_top.

§
pageNumberStartSuggested?: boolean
[src]

Indicates if there was a suggested change to page_number_start.

§
pageSizeSuggestionState?: SizeSuggestionState
[src]

A mask that indicates which of the fields in size have been changed in this suggestion.

§
useCustomHeaderFooterMarginsSuggested?: boolean
[src]

Indicates if there was a suggested change to use_custom_header_footer_margins.

§
useEvenPageHeaderFooterSuggested?: boolean
[src]

Indicates if there was a suggested change to use_even_page_header_footer.

§
useFirstPageHeaderFooterSuggested?: boolean
[src]

Indicates if there was a suggested change to use_first_page_header_footer.