Class DocumentStyleSuggestionState
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.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class DocumentStyleSuggestionState : IDirectResponseSchema
Properties
BackgroundSuggestionState
A mask that indicates which of the fields in background have been changed in this suggestion.
Declaration
[JsonProperty("backgroundSuggestionState")]
public virtual BackgroundSuggestionState BackgroundSuggestionState { get; set; }
Property Value
Type | Description |
---|---|
BackgroundSuggestionState |
DefaultFooterIdSuggested
Indicates if there was a suggested change to default_footer_id.
Declaration
[JsonProperty("defaultFooterIdSuggested")]
public virtual bool? DefaultFooterIdSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DefaultHeaderIdSuggested
Indicates if there was a suggested change to default_header_id.
Declaration
[JsonProperty("defaultHeaderIdSuggested")]
public virtual bool? DefaultHeaderIdSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EvenPageFooterIdSuggested
Indicates if there was a suggested change to even_page_footer_id.
Declaration
[JsonProperty("evenPageFooterIdSuggested")]
public virtual bool? EvenPageFooterIdSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EvenPageHeaderIdSuggested
Indicates if there was a suggested change to even_page_header_id.
Declaration
[JsonProperty("evenPageHeaderIdSuggested")]
public virtual bool? EvenPageHeaderIdSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FirstPageFooterIdSuggested
Indicates if there was a suggested change to first_page_footer_id.
Declaration
[JsonProperty("firstPageFooterIdSuggested")]
public virtual bool? FirstPageFooterIdSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FirstPageHeaderIdSuggested
Indicates if there was a suggested change to first_page_header_id.
Declaration
[JsonProperty("firstPageHeaderIdSuggested")]
public virtual bool? FirstPageHeaderIdSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FlipPageOrientationSuggested
Optional. Indicates if there was a suggested change to flip_page_orientation.
Declaration
[JsonProperty("flipPageOrientationSuggested")]
public virtual bool? FlipPageOrientationSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MarginBottomSuggested
Indicates if there was a suggested change to margin_bottom.
Declaration
[JsonProperty("marginBottomSuggested")]
public virtual bool? MarginBottomSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MarginFooterSuggested
Indicates if there was a suggested change to margin_footer.
Declaration
[JsonProperty("marginFooterSuggested")]
public virtual bool? MarginFooterSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MarginHeaderSuggested
Indicates if there was a suggested change to margin_header.
Declaration
[JsonProperty("marginHeaderSuggested")]
public virtual bool? MarginHeaderSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MarginLeftSuggested
Indicates if there was a suggested change to margin_left.
Declaration
[JsonProperty("marginLeftSuggested")]
public virtual bool? MarginLeftSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MarginRightSuggested
Indicates if there was a suggested change to margin_right.
Declaration
[JsonProperty("marginRightSuggested")]
public virtual bool? MarginRightSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MarginTopSuggested
Indicates if there was a suggested change to margin_top.
Declaration
[JsonProperty("marginTopSuggested")]
public virtual bool? MarginTopSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PageNumberStartSuggested
Indicates if there was a suggested change to page_number_start.
Declaration
[JsonProperty("pageNumberStartSuggested")]
public virtual bool? PageNumberStartSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PageSizeSuggestionState
A mask that indicates which of the fields in size have been changed in this suggestion.
Declaration
[JsonProperty("pageSizeSuggestionState")]
public virtual SizeSuggestionState PageSizeSuggestionState { get; set; }
Property Value
Type | Description |
---|---|
SizeSuggestionState |
UseCustomHeaderFooterMarginsSuggested
Indicates if there was a suggested change to use_custom_header_footer_margins.
Declaration
[JsonProperty("useCustomHeaderFooterMarginsSuggested")]
public virtual bool? UseCustomHeaderFooterMarginsSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UseEvenPageHeaderFooterSuggested
Indicates if there was a suggested change to use_even_page_header_footer.
Declaration
[JsonProperty("useEvenPageHeaderFooterSuggested")]
public virtual bool? UseEvenPageHeaderFooterSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UseFirstPageHeaderFooterSuggested
Indicates if there was a suggested change to use_first_page_header_footer.
Declaration
[JsonProperty("useFirstPageHeaderFooterSuggested")]
public virtual bool? UseFirstPageHeaderFooterSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |