Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
TableCellData () | |
Constructor. | |
TableCellData (RichTextStyle cell_text_style, string cell_text, Image cell_image, RectF cell_margin) | |
Constructor, with parameters. More... | |
TableCellData (TableCellData data) | |
Constructor, with another table cell data object. More... | |
void | Set (RichTextStyle cell_text_style, string cell_text, Image cell_image, RectF cell_margin) |
Set value. More... | |
Properties | |
Image? | cell_image [get, set] |
The image content of cell. More... | |
RectF? | cell_margin [get, set] |
The cell margin between the content and cell border. More... | |
string | cell_text [get, set] |
The text content of cell. More... | |
RichTextStyle? | cell_text_style [get, set] |
The style of cell text. | |
This class represents table cell data.
|
inline |
Constructor, with parameters.
[in] | cell_text_style | The style of cell text. |
[in] | cell_text | The text content of cell. |
[in] | cell_image | The image content of cell. |
[in] | cell_margin | The cell margin. |
|
inline |
Constructor, with another table cell data object.
[in] | data | Another table cell data object, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | cell_text_style | The style of cell text. |
[in] | cell_text | The text content of cell. |
[in] | cell_image | The image content of cell. |
[in] | cell_margin | The cell margin. |
|
getset |
The image content of cell.
|
getset |
The cell margin between the content and cell border.
|
getset |
The text content of cell.