Show / Hide Table of Contents

Class TableCell

The contents and style of a cell in a Table.

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

Properties

Content

The content of the cell.

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

ETag

The ETag of the item.

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

EndIndex

The zero-based end index of this cell, exclusive, in UTF-16 code units.

Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
Type Description
int?

StartIndex

The zero-based start index of this cell, in UTF-16 code units.

Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type Description
int?

SuggestedDeletionIds

The suggested deletion IDs. If empty, then there are no suggested deletions of this content.

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

SuggestedInsertionIds

The suggested insertion IDs. A TableCell may have multiple insertion IDs if it's a nested suggested change. If empty, then this is not a suggested insertion.

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

SuggestedTableCellStyleChanges

The suggested changes to the table cell style, keyed by suggestion ID.

Declaration
[JsonProperty("suggestedTableCellStyleChanges")]
public virtual IDictionary<string, SuggestedTableCellStyle> SuggestedTableCellStyleChanges { get; set; }
Property Value
Type Description
IDictionary<string, SuggestedTableCellStyle>

TableCellStyle

The style of the cell.

Declaration
[JsonProperty("tableCellStyle")]
public virtual TableCellStyle TableCellStyle { get; set; }
Property Value
Type Description
TableCellStyle

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX