#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1417658214 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents a cell of a table.
Definition at line 48878 of file td_api.h.
◆ pageBlockTableCell() [1/2]
| td::td_api::pageBlockTableCell::pageBlockTableCell |
( |
| ) |
|
Represents a cell of a table.
◆ pageBlockTableCell() [2/2]
Represents a cell of a table.
- Parameters
-
| [in] | text_ | Cell text; may be null. If the text is null, then the cell must be invisible. |
| [in] | is_header_ | True, if it is a header cell. |
| [in] | colspan_ | The number of columns the cell spans. |
| [in] | rowspan_ | The number of rows the cell spans. |
| [in] | align_ | Horizontal cell content alignment. |
| [in] | valign_ | Vertical cell content alignment. |
◆ store()
| void td::td_api::pageBlockTableCell::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ align_
Horizontal cell content alignment.
Definition at line 48897 of file td_api.h.
◆ colspan_
| int32 td::td_api::pageBlockTableCell::colspan_ |
The number of columns the cell spans.
Definition at line 48893 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::pageBlockTableCell::ID = 1417658214 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 48919 of file td_api.h.
◆ is_header_
| bool td::td_api::pageBlockTableCell::is_header_ |
True, if it is a header cell.
Definition at line 48891 of file td_api.h.
◆ rowspan_
| int32 td::td_api::pageBlockTableCell::rowspan_ |
The number of rows the cell spans.
Definition at line 48895 of file td_api.h.
◆ text_
Cell text; may be null. If the text is null, then the cell must be invisible.
Definition at line 48889 of file td_api.h.
◆ valign_
Vertical cell content alignment.
Definition at line 48899 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h