Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Table |
Table.clone() |
Table |
PageElement.getTable()
A table page element.
|
Table |
Table.set(String fieldName,
Object value) |
Table |
Table.setColumns(Integer columns)
Number of columns in the table.
|
Table |
Table.setHorizontalBorderRows(List<TableBorderRow> horizontalBorderRows)
Properties of horizontal cell borders.
|
Table |
Table.setRows(Integer rows)
Number of rows in the table.
|
Table |
Table.setTableColumns(List<TableColumnProperties> tableColumns)
Properties of each column.
|
Table |
Table.setTableRows(List<TableRow> tableRows)
Properties and contents of each row.
|
Table |
Table.setVerticalBorderRows(List<TableBorderRow> verticalBorderRows)
Properties of vertical cell borders.
|
Modifier and Type | Method and Description |
---|---|
PageElement |
PageElement.setTable(Table table)
A table page element.
|
Copyright © 2011–2024 Google. All rights reserved.