Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
TableCellData () | |
Constructor. | |
TableCellData (const foxit::pdf::RichTextStyle &cell_text_style, const WString &cell_text, const foxit::common::Image &cell_image, const RectF &cell_margin) | |
Constructor, with parameters. More... | |
TableCellData (const TableCellData &data) | |
Constructor, with another table cell data object. More... | |
bool | operator != (const TableCellData &data) const |
Not equal operator. More... | |
TableCellData & | operator= (const TableCellData &data) |
Assign operator. More... | |
bool | operator== (const TableCellData &data) const |
Equal operator. More... | |
void | Set (const foxit::pdf::RichTextStyle &cell_text_style, const WString &cell_text, const foxit::common::Image &cell_image, const RectF &cell_margin) |
Set value. More... | |
Public Attributes | |
foxit::common::Image | cell_image |
The image content of cell. More... | |
RectF | cell_margin |
The cell margin between the content and cell border. More... | |
WString | cell_text |
The text content of cell. More... | |
foxit::pdf::RichTextStyle | cell_text_style |
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 |
Not equal operator.
[in] | data | Another table cell data object. This function will check if current object is not equal to this one. |
|
inline |
Assign operator.
[in] | data | Another table cell data object, whose value would be assigned to current object. |
|
inline |
Equal operator.
[in] | data | Another table cell data object. This function will check if current object is equal to this one. |
|
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. |
foxit::common::Image foxit::addon::TableCellData::cell_image |
The image content of cell.
RectF foxit::addon::TableCellData::cell_margin |
The cell margin between the content and cell border.
WString foxit::addon::TableCellData::cell_text |
The text content of cell.