Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableCellLocation |
TableCellLocation.clone() |
TableCellLocation |
DeleteTableRowRequest.getCellLocation()
The reference table cell location from which a row will be deleted.
|
TableCellLocation |
CreateParagraphBulletsRequest.getCellLocation()
The optional table cell location if the text to be modified is in a table cell.
|
TableCellLocation |
DeleteTableColumnRequest.getCellLocation()
The reference table cell location from which a column will be deleted.
|
TableCellLocation |
DeleteTextRequest.getCellLocation()
The optional table cell location if the text is to be deleted from a table cell.
|
TableCellLocation |
InsertTextRequest.getCellLocation()
The optional table cell location if the text is to be inserted into a table cell.
|
TableCellLocation |
UpdateParagraphStyleRequest.getCellLocation()
The location of the cell in the table containing the paragraph(s) to style.
|
TableCellLocation |
UpdateTextStyleRequest.getCellLocation()
The location of the cell in the table containing the text to style.
|
TableCellLocation |
InsertTableRowsRequest.getCellLocation()
The reference table cell location from which rows will be inserted.
|
TableCellLocation |
InsertTableColumnsRequest.getCellLocation()
The reference table cell location from which columns will be inserted.
|
TableCellLocation |
DeleteParagraphBulletsRequest.getCellLocation()
The optional table cell location if the text to be modified is in a table cell.
|
TableCellLocation |
TableRange.getLocation()
The starting location of the table range.
|
TableCellLocation |
TableCell.getLocation()
The location of the cell within the table.
|
TableCellLocation |
TableBorderCell.getLocation()
The location of the border within the border table.
|
TableCellLocation |
TableCellLocation.set(String fieldName,
Object value) |
TableCellLocation |
TableCellLocation.setColumnIndex(Integer columnIndex)
The 0-based column index.
|
TableCellLocation |
TableCellLocation.setRowIndex(Integer rowIndex)
The 0-based row index.
|
Modifier and Type | Method and Description |
---|---|
DeleteTableRowRequest |
DeleteTableRowRequest.setCellLocation(TableCellLocation cellLocation)
The reference table cell location from which a row will be deleted.
|
CreateParagraphBulletsRequest |
CreateParagraphBulletsRequest.setCellLocation(TableCellLocation cellLocation)
The optional table cell location if the text to be modified is in a table cell.
|
DeleteTableColumnRequest |
DeleteTableColumnRequest.setCellLocation(TableCellLocation cellLocation)
The reference table cell location from which a column will be deleted.
|
DeleteTextRequest |
DeleteTextRequest.setCellLocation(TableCellLocation cellLocation)
The optional table cell location if the text is to be deleted from a table cell.
|
InsertTextRequest |
InsertTextRequest.setCellLocation(TableCellLocation cellLocation)
The optional table cell location if the text is to be inserted into a table cell.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setCellLocation(TableCellLocation cellLocation)
The location of the cell in the table containing the paragraph(s) to style.
|
UpdateTextStyleRequest |
UpdateTextStyleRequest.setCellLocation(TableCellLocation cellLocation)
The location of the cell in the table containing the text to style.
|
InsertTableRowsRequest |
InsertTableRowsRequest.setCellLocation(TableCellLocation cellLocation)
The reference table cell location from which rows will be inserted.
|
InsertTableColumnsRequest |
InsertTableColumnsRequest.setCellLocation(TableCellLocation cellLocation)
The reference table cell location from which columns will be inserted.
|
DeleteParagraphBulletsRequest |
DeleteParagraphBulletsRequest.setCellLocation(TableCellLocation cellLocation)
The optional table cell location if the text to be modified is in a table cell.
|
TableRange |
TableRange.setLocation(TableCellLocation location)
The starting location of the table range.
|
TableCell |
TableCell.setLocation(TableCellLocation location)
The location of the cell within the table.
|
TableBorderCell |
TableBorderCell.setLocation(TableCellLocation location)
The location of the border within the border table.
|
Copyright © 2011–2024 Google. All rights reserved.