|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 成员函数 | |
| TableCellData () | |
| 构造函数。 | |
| TableCellData (RichTextStyle cell_text_style, uint cell_fill_color, string cell_text, Image cell_image, RectF cell_margin) | |
| 构造函数,带参数。 更多... | |
| TableCellData (TableCellData data) | |
| 拷贝构造函数。 更多... | |
| void | Set (RichTextStyle cell_text_style, uint cell_fill_color, string cell_text, Image cell_image, RectF cell_margin) |
| 设置值。 更多... | |
属性 | |
| uint | cell_fill_color [get, set] |
| 单元格的填充颜色。格式:0xAARRGGBB。 | |
| Image? | cell_image [get, set] |
| 单元格的图像内容。 更多... | |
| RectF? | cell_margin [get, set] |
| 内容与单元格边框之间的单元格边距。 更多... | |
| string | cell_text [get, set] |
| 单元格的文本内容。 更多... | |
| RichTextStyle? | cell_text_style [get, set] |
| 单元格文本样式。 | |
此类表示表格单元格数据。
|
inline |
构造函数,带参数。
| [in] | cell_text_style | 单元格文本样式。 |
| [in] | cell_fill_color | 单元格的填充颜色。格式:0xAARRGGBB。 |
| [in] | cell_text | 单元格的文本内容。 |
| [in] | cell_image | 单元格的图像内容。 |
| [in] | cell_margin | 单元格边距。 |
|
inline |
拷贝构造函数。
| [in] | data | 另一个表格单元格数据对象,其值将被赋给当前对象。 |
|
inline |
设置值。
| [in] | cell_text_style | 单元格文本样式。 |
| [in] | cell_fill_color | 单元格的填充颜色。格式:0xAARRGGBB。 |
| [in] | cell_text | 单元格的文本内容。 |
| [in] | cell_image | 单元格的图像内容。 |
| [in] | cell_margin | 单元格边距。 |
|
getset |
单元格的图像内容。
|
getset |
内容与单元格边框之间的单元格边距。
|
getset |
单元格的文本内容。