Class CreateTableRequest
Creates a new table.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class CreateTableRequest : IDirectResponseSchema
Properties
Columns
Number of columns in the table.
Declaration
[JsonProperty("columns")]
public virtual int? Columns { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementProperties
The element properties for the table. The table will be created at the provided size, subject to a minimum size. If no size is provided, the table will be automatically sized. Table transforms must have a scale of 1 and no shear components. If no transform is provided, the table will be centered on the page.
Declaration
[JsonProperty("elementProperties")]
public virtual PageElementProperties ElementProperties { get; set; }
Property Value
Type | Description |
---|---|
PageElementProperties |
ObjectId
A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the
presentation. The ID must start with an alphanumeric character or an underscore (matches regex
[a-zA-Z0-9_]
); remaining characters may include those as well as a hyphen or colon (matches regex
[a-zA-Z0-9_-:]
). The length of the ID must not be less than 5 or greater than 50. If you don't specify an
ID, a unique one is generated.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Rows
Number of rows in the table.
Declaration
[JsonProperty("rows")]
public virtual int? Rows { get; set; }
Property Value
Type | Description |
---|---|
int? |