public static class TdApi.PageBlockTable extends TdApi.PageBlock
| Modifier and Type | Field and Description |
|---|---|
TdApi.RichText |
caption
Table caption.
|
TdApi.PageBlockTableCell[][] |
cells
Table cells.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isBordered
True, if the table is bordered.
|
boolean |
isStriped
True, if the table is striped.
|
| Constructor and Description |
|---|
PageBlockTable()
A table.
|
PageBlockTable(TdApi.RichText caption,
TdApi.PageBlockTableCell[][] cells,
boolean isBordered,
boolean isStriped)
A table.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.RichText caption
public TdApi.PageBlockTableCell[][] cells
public boolean isBordered
public boolean isStriped
public static final int CONSTRUCTOR
public PageBlockTable()
public PageBlockTable(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped)
caption - Table caption.cells - Table cells.isBordered - True, if the table is bordered.isStriped - True, if the table is striped.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object