|
Foxit PDF SDK
|
继承自 Object .
Public 成员函数 | |
| TableCellData () | |
| 构造函数。 | |
| TableCellData (const foxit::pdf::RichTextStyle &cell_text_style, const ARGB cell_fill_color, const WString &cell_text, const foxit::common::Image &cell_image, const RectF &cell_margin) | |
| 构造函数,带参数。 更多... | |
| TableCellData (const TableCellData &data) | |
| 拷贝构造函数。 更多... | |
| bool | operator != (const TableCellData &data) const |
| 不等操作符。 更多... | |
| TableCellData & | operator= (const TableCellData &data) |
| 赋值操作符。 更多... | |
| bool | operator== (const TableCellData &data) const |
| 相等操作符。 更多... | |
| void | Set (const foxit::pdf::RichTextStyle &cell_text_style, const ARGB cell_fill_color, const WString &cell_text, const foxit::common::Image &cell_image, const RectF &cell_margin) |
| 设置值。 更多... | |
Public 属性 | |
| ARGB | cell_fill_color |
| 单元格的填充颜色。格式:0xAARRGGBB。 | |
| foxit::common::Image | cell_image |
| 单元格的图像内容。 更多... | |
| RectF | cell_margin |
| 内容与单元格边框之间的单元格边距。 更多... | |
| WString | cell_text |
| 单元格的文本内容。 更多... | |
| foxit::pdf::RichTextStyle | cell_text_style |
| 单元格文本样式。 | |
此类表示表格单元格数据。
|
inline |
构造函数,带参数。
| [in] | cell_text_style | 单元格文本样式。 |
| [in] | cell_fill_color | 单元格的填充颜色。格式:0xAARRGGBB。 |
| [in] | cell_text | 单元格的文本内容。 |
| [in] | cell_image | 单元格的图像内容。 |
| [in] | cell_margin | 单元格边距。 |
|
inline |
拷贝构造函数。
| [in] | data | 另一个表格单元格数据对象,其值将被赋给当前对象。 |
|
inline |
不等操作符。
| [in] | data | 另一个表格单元格数据对象。此函数将检查当前对象是否与此对象不相等。 |
|
inline |
赋值操作符。
| [in] | data | 另一个表格单元格数据对象,其值将被赋给当前对象。 |
|
inline |
相等操作符。
| [in] | data | 另一个表格单元格数据对象。此函数将检查当前对象是否与此对象相等。 |
|
inline |
设置值。
| [in] | cell_text_style | 单元格文本样式。 |
| [in] | cell_fill_color | 单元格的填充颜色。格式:0xAARRGGBB。 |
| [in] | cell_text | 单元格的文本内容。 |
| [in] | cell_image | 单元格的图像内容。 |
| [in] | cell_margin | 单元格边距。 |
| foxit::common::Image foxit::addon::tablegenerator::TableCellData::cell_image |
单元格的图像内容。
| RectF foxit::addon::tablegenerator::TableCellData::cell_margin |
内容与单元格边框之间的单元格边距。
| WString foxit::addon::tablegenerator::TableCellData::cell_text |
单元格的文本内容。