Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Row |
Row.clone() |
Row |
Row.set(String fieldName,
Object value) |
Row |
Row.setCells(List<Value> cells)
The list of cells that constitute the row.
|
Modifier and Type | Method and Description |
---|---|
List<Row> |
Table.getRows()
The list of rows that constitute the table.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setRows(List<Row> rows)
The list of rows that constitute the table.
|
Copyright © 2011–2024 Google. All rights reserved.