Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableRange |
TableRange.clone() |
TableRange |
MergeTableCellsRequest.getTableRange()
The table range specifying which cells of the table to merge.
|
TableRange |
UnmergeTableCellsRequest.getTableRange()
The table range specifying which cells of the table to unmerge.
|
TableRange |
UpdateTableBorderPropertiesRequest.getTableRange()
The table range representing the subset of the table to which the updates are applied.
|
TableRange |
UpdateTableCellPropertiesRequest.getTableRange()
The table range representing the subset of the table to which the updates are applied.
|
TableRange |
TableRange.set(String fieldName,
Object value) |
TableRange |
TableRange.setColumnSpan(Integer columnSpan)
The column span of the table range.
|
TableRange |
TableRange.setLocation(TableCellLocation location)
The starting location of the table range.
|
TableRange |
TableRange.setRowSpan(Integer rowSpan)
The row span of the table range.
|
Modifier and Type | Method and Description |
---|---|
MergeTableCellsRequest |
MergeTableCellsRequest.setTableRange(TableRange tableRange)
The table range specifying which cells of the table to merge.
|
UnmergeTableCellsRequest |
UnmergeTableCellsRequest.setTableRange(TableRange tableRange)
The table range specifying which cells of the table to unmerge.
|
UpdateTableBorderPropertiesRequest |
UpdateTableBorderPropertiesRequest.setTableRange(TableRange tableRange)
The table range representing the subset of the table to which the updates are applied.
|
UpdateTableCellPropertiesRequest |
UpdateTableCellPropertiesRequest.setTableRange(TableRange tableRange)
The table range representing the subset of the table to which the updates are applied.
|
Copyright © 2011–2024 Google. All rights reserved.