Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
CreateTableRequest |
CreateTableRequest.clone() |
CreateTableRequest |
Request.getCreateTable()
Creates a new table.
|
CreateTableRequest |
CreateTableRequest.set(String fieldName,
Object value) |
CreateTableRequest |
CreateTableRequest.setColumns(Integer columns)
Number of columns in the table.
|
CreateTableRequest |
CreateTableRequest.setElementProperties(PageElementProperties elementProperties)
The element properties for the table.
|
CreateTableRequest |
CreateTableRequest.setObjectId(String objectId)
A user-supplied object ID.
|
CreateTableRequest |
CreateTableRequest.setRows(Integer rows)
Number of rows in the table.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setCreateTable(CreateTableRequest createTable)
Creates a new table.
|
Copyright © 2011–2024 Google. All rights reserved.