Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UnmergeTableCellsRequest |
UnmergeTableCellsRequest.clone() |
UnmergeTableCellsRequest |
Request.getUnmergeTableCells()
Unmerges cells in a Table.
|
UnmergeTableCellsRequest |
UnmergeTableCellsRequest.set(String fieldName,
Object value) |
UnmergeTableCellsRequest |
UnmergeTableCellsRequest.setObjectId(String objectId)
The object ID of the table.
|
UnmergeTableCellsRequest |
UnmergeTableCellsRequest.setTableRange(TableRange tableRange)
The table range specifying which cells of the table to unmerge.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUnmergeTableCells(UnmergeTableCellsRequest unmergeTableCells)
Unmerges cells in a Table.
|
Copyright © 2011–2024 Google. All rights reserved.