Class TableCellStyle
The style of a TableCell. Inherited table cell styles are represented as unset fields in this message. A table cell style can inherit from the table's style.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TableCellStyle : IDirectResponseSchema
Properties
BackgroundColor
The background color of the cell.
Declaration
[JsonProperty("backgroundColor")]
public virtual OptionalColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
OptionalColor |
BorderBottom
The bottom border of the cell.
Declaration
[JsonProperty("borderBottom")]
public virtual TableCellBorder BorderBottom { get; set; }
Property Value
Type | Description |
---|---|
TableCellBorder |
BorderLeft
The left border of the cell.
Declaration
[JsonProperty("borderLeft")]
public virtual TableCellBorder BorderLeft { get; set; }
Property Value
Type | Description |
---|---|
TableCellBorder |
BorderRight
The right border of the cell.
Declaration
[JsonProperty("borderRight")]
public virtual TableCellBorder BorderRight { get; set; }
Property Value
Type | Description |
---|---|
TableCellBorder |
BorderTop
The top border of the cell.
Declaration
[JsonProperty("borderTop")]
public virtual TableCellBorder BorderTop { get; set; }
Property Value
Type | Description |
---|---|
TableCellBorder |
ColumnSpan
The column span of the cell. This property is read-only.
Declaration
[JsonProperty("columnSpan")]
public virtual int? ColumnSpan { get; set; }
Property Value
Type | Description |
---|---|
int? |
ContentAlignment
The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Docs 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 |
PaddingBottom
The bottom padding of the cell.
Declaration
[JsonProperty("paddingBottom")]
public virtual Dimension PaddingBottom { get; set; }
Property Value
Type | Description |
---|---|
Dimension |
PaddingLeft
The left padding of the cell.
Declaration
[JsonProperty("paddingLeft")]
public virtual Dimension PaddingLeft { get; set; }
Property Value
Type | Description |
---|---|
Dimension |
PaddingRight
The right padding of the cell.
Declaration
[JsonProperty("paddingRight")]
public virtual Dimension PaddingRight { get; set; }
Property Value
Type | Description |
---|---|
Dimension |
PaddingTop
The top padding of the cell.
Declaration
[JsonProperty("paddingTop")]
public virtual Dimension PaddingTop { get; set; }
Property Value
Type | Description |
---|---|
Dimension |
RowSpan
The row span of the cell. This property is read-only.
Declaration
[JsonProperty("rowSpan")]
public virtual int? RowSpan { get; set; }
Property Value
Type | Description |
---|---|
int? |