public final class Table
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Slides API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
Table |
clone() |
Integer |
getColumns()
Number of columns in the table.
|
List<TableBorderRow> |
getHorizontalBorderRows()
Properties of horizontal cell borders.
|
Integer |
getRows()
Number of rows in the table.
|
List<TableColumnProperties> |
getTableColumns()
Properties of each column.
|
List<TableRow> |
getTableRows()
Properties and contents of each row.
|
List<TableBorderRow> |
getVerticalBorderRows()
Properties of vertical cell borders.
|
Table |
set(String fieldName,
Object value) |
Table |
setColumns(Integer columns)
Number of columns in the table.
|
Table |
setHorizontalBorderRows(List<TableBorderRow> horizontalBorderRows)
Properties of horizontal cell borders.
|
Table |
setRows(Integer rows)
Number of rows in the table.
|
Table |
setTableColumns(List<TableColumnProperties> tableColumns)
Properties of each column.
|
Table |
setTableRows(List<TableRow> tableRows)
Properties and contents of each row.
|
Table |
setVerticalBorderRows(List<TableBorderRow> verticalBorderRows)
Properties of vertical cell borders.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Integer getColumns()
null
for nonepublic Table setColumns(Integer columns)
columns
- columns or null
for nonepublic List<TableBorderRow> getHorizontalBorderRows()
null
for nonepublic Table setHorizontalBorderRows(List<TableBorderRow> horizontalBorderRows)
horizontalBorderRows
- horizontalBorderRows or null
for nonepublic Integer getRows()
null
for nonepublic Table setRows(Integer rows)
rows
- rows or null
for nonepublic List<TableColumnProperties> getTableColumns()
null
for nonepublic Table setTableColumns(List<TableColumnProperties> tableColumns)
tableColumns
- tableColumns or null
for nonepublic List<TableRow> getTableRows()
null
for nonepublic Table setTableRows(List<TableRow> tableRows)
tableRows
- tableRows or null
for nonepublic List<TableBorderRow> getVerticalBorderRows()
null
for nonepublic Table setVerticalBorderRows(List<TableBorderRow> verticalBorderRows)
verticalBorderRows
- verticalBorderRows or null
for nonepublic Table set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Table clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.