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