Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
InsertTableRowsRequest |
InsertTableRowsRequest.clone() |
InsertTableRowsRequest |
Request.getInsertTableRows()
Inserts rows into a table.
|
InsertTableRowsRequest |
InsertTableRowsRequest.set(String fieldName,
Object value) |
InsertTableRowsRequest |
InsertTableRowsRequest.setCellLocation(TableCellLocation cellLocation)
The reference table cell location from which rows will be inserted.
|
InsertTableRowsRequest |
InsertTableRowsRequest.setInsertBelow(Boolean insertBelow)
Whether to insert new rows below the reference cell location.
|
InsertTableRowsRequest |
InsertTableRowsRequest.setNumber(Integer number)
The number of rows to be inserted.
|
InsertTableRowsRequest |
InsertTableRowsRequest.setTableObjectId(String tableObjectId)
The table to insert rows into.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setInsertTableRows(InsertTableRowsRequest insertTableRows)
Inserts rows into a table.
|
Copyright © 2011–2024 Google. All rights reserved.