Class TableRowStyle
Styles that apply to a table row.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TableRowStyle : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MinRowHeight
The minimum height of the row. The row will be rendered in the Docs editor at a height equal to or greater than this value in order to show all the content in the row's cells.
Declaration
[JsonProperty("minRowHeight")]
public virtual Dimension MinRowHeight { get; set; }Property Value
| Type | Description | 
|---|---|
| Dimension | 
PreventOverflow
Whether the row cannot overflow across page or column boundaries.
Declaration
[JsonProperty("preventOverflow")]
public virtual bool? PreventOverflow { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
TableHeader
Whether the row is a table header.
Declaration
[JsonProperty("tableHeader")]
public virtual bool? TableHeader { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |