Show / Hide Table of Contents

Class TableCellProperties

The properties of the TableCell.

Inheritance
System.Object
TableCellProperties
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableCellProperties : IDirectResponseSchema

Properties

ContentAlignment

The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.

Declaration
[JsonProperty("contentAlignment")]
public virtual string ContentAlignment { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

TableCellBackgroundFill

The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.

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

Implements

IDirectResponseSchema
Back to top