Class TableCellProperties
The properties of the TableCell.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableCellProperties : IDirectResponseSchema
Properties
ContentAlignment
The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
Declaration
[JsonProperty("contentAlignment")]
public virtual string ContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TableCellBackgroundFill
The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
Declaration
[JsonProperty("tableCellBackgroundFill")]
public virtual TableCellBackgroundFill TableCellBackgroundFill { get; set; }
Property Value
Type | Description |
---|---|
TableCellBackgroundFill |