|
Foxit PDF SDK
|
Public 成员函数 | |
| TableCellData () | |
| 构造函数。 | |
| TableCellData (RichTextStyle cell_text_style, long cell_fill_color, String cell_text, Image cell_image, RectF cell_margin) | |
| 构造函数,带参数。 更多... | |
| TableCellData (TableCellData data) | |
| 拷贝构造函数。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| long | getCell_fill_color () |
| Get 单元格的填充颜色。格式:0xAARRGGBB。 更多... | |
| Image | getCell_image () |
| Get 单元格的图像内容。 更多... | |
| RectF | getCell_margin () |
| Get 内容与单元格边框之间的单元格边距。 更多... | |
| String | getCell_text () |
| Get 单元格的文本内容。 更多... | |
| RichTextStyle | getCell_text_style () |
| Get 单元格文本样式。 更多... | |
| void | set (RichTextStyle cell_text_style, long cell_fill_color, String cell_text, Image cell_image, RectF cell_margin) |
| 设置值。 更多... | |
| void | setCell_fill_color (long value) |
| Set 单元格的填充颜色。格式:0xAARRGGBB。 更多... | |
| void | setCell_image (Image value) |
| Set 单元格的图像内容。 更多... | |
| void | setCell_margin (RectF value) |
| Set 内容与单元格边框之间的单元格边距。 更多... | |
| void | setCell_text (String value) |
| Set 单元格的文本内容。 更多... | |
| void | setCell_text_style (RichTextStyle value) |
| Set 单元格文本样式。 更多... | |
此类表示表格单元格数据。
| com.foxit.sdk.addon.tablegenerator.TableCellData.TableCellData | ( | RichTextStyle | cell_text_style, |
| long | cell_fill_color, | ||
| String | cell_text, | ||
| Image | cell_image, | ||
| RectF | cell_margin | ||
| ) |
构造函数,带参数。
| [in] | cell_text_style | 单元格文本样式。 |
| [in] | cell_fill_color | 单元格的填充颜色。格式:0xAARRGGBB。 |
| [in] | cell_text | 单元格的文本内容。 |
| [in] | cell_image | 单元格的图像内容。 |
| [in] | cell_margin | 单元格边距。 |
| com.foxit.sdk.addon.tablegenerator.TableCellData.TableCellData | ( | TableCellData | data | ) |
拷贝构造函数。
| [in] | data | 另一个表格单元格数据对象,其值将被赋给当前对象。 |
| synchronized void com.foxit.sdk.addon.tablegenerator.TableCellData.delete | ( | ) |
直接清除C++相关资源。
| com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_fill_color | ( | ) |
Get 单元格的填充颜色。格式:0xAARRGGBB。
| com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_image | ( | ) |
Get 单元格的图像内容。
| com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_margin | ( | ) |
Get 内容与单元格边框之间的单元格边距。
| com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_text | ( | ) |
Get 单元格的文本内容。
| com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_text_style | ( | ) |
Get 单元格文本样式。
| void com.foxit.sdk.addon.tablegenerator.TableCellData.set | ( | RichTextStyle | cell_text_style, |
| long | cell_fill_color, | ||
| String | cell_text, | ||
| Image | cell_image, | ||
| RectF | cell_margin | ||
| ) |
设置值。
| [in] | cell_text_style | 单元格文本样式。 |
| [in] | cell_fill_color | 单元格的填充颜色。格式:0xAARRGGBB。 |
| [in] | cell_text | 单元格的文本内容。 |
| [in] | cell_image | 单元格的图像内容。 |
| [in] | cell_margin | 单元格边距。 |
| com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_fill_color | ( | long | value | ) |
Set 单元格的填充颜色。格式:0xAARRGGBB。
| [in] | value | 单元格的填充颜色。格式:0xAARRGGBB。 |
| com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_image | ( | Image | value | ) |
Set 单元格的图像内容。
| [in] | value | 单元格的图像内容。 |
| com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_margin | ( | RectF | value | ) |
Set 内容与单元格边框之间的单元格边距。
| [in] | value | 内容与单元格边框之间的单元格边距。 |
| com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_text | ( | String | value | ) |
Set 单元格的文本内容。
| [in] | value | 单元格的文本内容。 |
| com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_text_style | ( | RichTextStyle | value | ) |
Set 单元格文本样式。
| [in] | value | 单元格文本样式。 |