Show / Hide Table of Contents

Class TableCellStyleSuggestionState

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

Inheritance
object
TableCellStyleSuggestionState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TableCellStyleSuggestionState : 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?

BorderBottomSuggested

Indicates if there was a suggested change to border_bottom.

Declaration
[JsonProperty("borderBottomSuggested")]
public virtual bool? BorderBottomSuggested { get; set; }
Property Value
Type Description
bool?

BorderLeftSuggested

Indicates if there was a suggested change to border_left.

Declaration
[JsonProperty("borderLeftSuggested")]
public virtual bool? BorderLeftSuggested { get; set; }
Property Value
Type Description
bool?

BorderRightSuggested

Indicates if there was a suggested change to border_right.

Declaration
[JsonProperty("borderRightSuggested")]
public virtual bool? BorderRightSuggested { get; set; }
Property Value
Type Description
bool?

BorderTopSuggested

Indicates if there was a suggested change to border_top.

Declaration
[JsonProperty("borderTopSuggested")]
public virtual bool? BorderTopSuggested { get; set; }
Property Value
Type Description
bool?

ColumnSpanSuggested

Indicates if there was a suggested change to column_span.

Declaration
[JsonProperty("columnSpanSuggested")]
public virtual bool? ColumnSpanSuggested { get; set; }
Property Value
Type Description
bool?

ContentAlignmentSuggested

Indicates if there was a suggested change to content_alignment.

Declaration
[JsonProperty("contentAlignmentSuggested")]
public virtual bool? ContentAlignmentSuggested { 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

PaddingBottomSuggested

Indicates if there was a suggested change to padding_bottom.

Declaration
[JsonProperty("paddingBottomSuggested")]
public virtual bool? PaddingBottomSuggested { get; set; }
Property Value
Type Description
bool?

PaddingLeftSuggested

Indicates if there was a suggested change to padding_left.

Declaration
[JsonProperty("paddingLeftSuggested")]
public virtual bool? PaddingLeftSuggested { get; set; }
Property Value
Type Description
bool?

PaddingRightSuggested

Indicates if there was a suggested change to padding_right.

Declaration
[JsonProperty("paddingRightSuggested")]
public virtual bool? PaddingRightSuggested { get; set; }
Property Value
Type Description
bool?

PaddingTopSuggested

Indicates if there was a suggested change to padding_top.

Declaration
[JsonProperty("paddingTopSuggested")]
public virtual bool? PaddingTopSuggested { get; set; }
Property Value
Type Description
bool?

RowSpanSuggested

Indicates if there was a suggested change to row_span.

Declaration
[JsonProperty("rowSpanSuggested")]
public virtual bool? RowSpanSuggested { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX