Show / Hide Table of Contents

Class TableRowStyle

Styles that apply to a table row.

Inheritance
object
TableRowStyle
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 TableRowStyle : IDirectResponseSchema

Properties

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX