Show / Hide Table of Contents

Class TableStyle

Styles that apply to a table.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TableColumnProperties

The properties of each column. Note that in Docs, tables contain rows and rows contain cells, similar to HTML. So the properties for a row can be found on the row's table_row_style.

Declaration
[JsonProperty("tableColumnProperties")]
public virtual IList<TableColumnProperties> TableColumnProperties { get; set; }
Property Value
Type Description
IList<TableColumnProperties>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX