Class TextStyleSuggestionState
A mask that indicates which of the fields on the base TextStyle 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 TextStyleSuggestionState : IDirectResponseSchema
Properties
BackgroundColorSuggested
Indicates if there was a suggested change to background_color.
Declaration
[JsonProperty("backgroundColorSuggested")]
public virtual bool? BackgroundColorSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
BaselineOffsetSuggested
Indicates if there was a suggested change to baseline_offset.
Declaration
[JsonProperty("baselineOffsetSuggested")]
public virtual bool? BaselineOffsetSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
BoldSuggested
Indicates if there was a suggested change to bold.
Declaration
[JsonProperty("boldSuggested")]
public virtual bool? BoldSuggested { 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 |
FontSizeSuggested
Indicates if there was a suggested change to font_size.
Declaration
[JsonProperty("fontSizeSuggested")]
public virtual bool? FontSizeSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ForegroundColorSuggested
Indicates if there was a suggested change to foreground_color.
Declaration
[JsonProperty("foregroundColorSuggested")]
public virtual bool? ForegroundColorSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ItalicSuggested
Indicates if there was a suggested change to italic.
Declaration
[JsonProperty("italicSuggested")]
public virtual bool? ItalicSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LinkSuggested
Indicates if there was a suggested change to link.
Declaration
[JsonProperty("linkSuggested")]
public virtual bool? LinkSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SmallCapsSuggested
Indicates if there was a suggested change to small_caps.
Declaration
[JsonProperty("smallCapsSuggested")]
public virtual bool? SmallCapsSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
StrikethroughSuggested
Indicates if there was a suggested change to strikethrough.
Declaration
[JsonProperty("strikethroughSuggested")]
public virtual bool? StrikethroughSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UnderlineSuggested
Indicates if there was a suggested change to underline.
Declaration
[JsonProperty("underlineSuggested")]
public virtual bool? UnderlineSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WeightedFontFamilySuggested
Indicates if there was a suggested change to weighted_font_family.
Declaration
[JsonProperty("weightedFontFamilySuggested")]
public virtual bool? WeightedFontFamilySuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |