Show / Hide Table of Contents

Class UpdateTableBorderPropertiesRequest

Updates the properties of the table borders in a Table.

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

Properties

BorderPosition

The border position in the table range the updates should apply to. If a border position is not specified, the updates will apply to all borders in the table range.

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

ETag

The ETag of the item.

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

Fields

The fields that should be updated. At least one field must be specified. The root tableBorderProperties is implied and should not be specified. A single "*" can be used as short-hand for listing every field. For example to update the table border solid fill color, set fields to "tableBorderFill.solidFill.color". To reset a property to its default value, include its field name in the field mask but leave the field itself unset.

Declaration
[JsonProperty("fields")]
public virtual object Fields { get; set; }
Property Value
Type Description
object

ObjectId

The object ID of the table.

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

TableBorderProperties

The table border properties to update.

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

TableRange

The table range representing the subset of the table to which the updates are applied. If a table range is not specified, the updates will apply to the entire table.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX