public static class TdApi.PageBlockTableCell extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
TdApi.PageBlockHorizontalAlignment |
align
Horizontal cell content alignment.
|
int |
colspan
The number of columns the cell spans.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isHeader
True, if it is a header cell.
|
int |
rowspan
The number of rows the cell spans.
|
TdApi.RichText |
text
Cell text; may be null.
|
TdApi.PageBlockVerticalAlignment |
valign
Vertical cell content alignment.
|
Constructor and Description |
---|
PageBlockTableCell()
Represents a cell of a table.
|
PageBlockTableCell(TdApi.RichText text,
boolean isHeader,
int colspan,
int rowspan,
TdApi.PageBlockHorizontalAlignment align,
TdApi.PageBlockVerticalAlignment valign)
Represents a cell of a table.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
@Nullable public TdApi.RichText text
public boolean isHeader
public int colspan
public int rowspan
public TdApi.PageBlockHorizontalAlignment align
public TdApi.PageBlockVerticalAlignment valign
public static final int CONSTRUCTOR
public PageBlockTableCell()
public PageBlockTableCell(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign)
text
- Cell text; may be null. If the text is null, then the cell must be invisible.isHeader
- True, if it is a header cell.colspan
- The number of columns the cell spans.rowspan
- The number of rows the cell spans.align
- Horizontal cell content alignment.valign
- Vertical cell content alignment.public int getConstructor()
getConstructor
in class TdApi.Object