Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableColumnProperties |
TableColumnProperties.clone() |
TableColumnProperties |
UpdateTableColumnPropertiesRequest.getTableColumnProperties()
The table column properties to update.
|
TableColumnProperties |
TableColumnProperties.set(String fieldName,
Object value) |
TableColumnProperties |
TableColumnProperties.setColumnWidth(Dimension columnWidth)
Width of a column.
|
Modifier and Type | Method and Description |
---|---|
List<TableColumnProperties> |
Table.getTableColumns()
Properties of each column.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableColumnPropertiesRequest |
UpdateTableColumnPropertiesRequest.setTableColumnProperties(TableColumnProperties tableColumnProperties)
The table column properties to update.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setTableColumns(List<TableColumnProperties> tableColumns)
Properties of each column.
|
Copyright © 2011–2024 Google. All rights reserved.