Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableBorderRow |
TableBorderRow.clone() |
TableBorderRow |
TableBorderRow.set(String fieldName,
Object value) |
TableBorderRow |
TableBorderRow.setTableBorderCells(List<TableBorderCell> tableBorderCells)
Properties of each border cell.
|
Modifier and Type | Method and Description |
---|---|
List<TableBorderRow> |
Table.getHorizontalBorderRows()
Properties of horizontal cell borders.
|
List<TableBorderRow> |
Table.getVerticalBorderRows()
Properties of vertical cell borders.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setHorizontalBorderRows(List<TableBorderRow> horizontalBorderRows)
Properties of horizontal cell borders.
|
Table |
Table.setVerticalBorderRows(List<TableBorderRow> verticalBorderRows)
Properties of vertical cell borders.
|
Copyright © 2011–2025 Google. All rights reserved.