Show / Hide Table of Contents

Class TableCellBackgroundFill

The table cell background fill.

Inheritance
object
TableCellBackgroundFill
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.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableCellBackgroundFill : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PropertyState

The background fill property state. Updating the fill on a table cell will implicitly update this field to RENDERED, unless another value is specified in the same request. To have no fill on a table cell, set this field to NOT_RENDERED. In this case, any other fill fields set in the same request will be ignored.

Declaration
[JsonProperty("propertyState")]
public virtual string PropertyState { get; set; }
Property Value
Type Description
string

SolidFill

Solid color fill.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX