|
Foxit PDF SDK
|
Public 成员函数 | |
| def | GetCell_fill_color () |
| Get 单元格的填充颜色。格式:0xAARRGGBB。 更多... | |
| def | GetCell_image () |
| Get 单元格的图像内容。 更多... | |
| def | GetCell_margin () |
| Get 内容与单元格边框之间的单元格边距。 更多... | |
| def | GetCell_text () |
| Get 单元格的文本内容。 更多... | |
| def | GetCell_text_style () |
| Get 单元格文本样式。 更多... | |
| def | Set (cell_text_style, cell_fill_color, cell_text, cell_image, cell_margin) |
| 设置值。 更多... | |
| def | SetCell_fill_color (value) |
| Set 单元格的填充颜色。格式:0xAARRGGBB。 更多... | |
| def | SetCell_image (value) |
| Set 单元格的图像内容。 更多... | |
| def | SetCell_margin (value) |
| Set 内容与单元格边框之间的单元格边距。 更多... | |
| def | SetCell_text (value) |
| Set 单元格的文本内容。 更多... | |
| def | SetCell_text_style (value) |
| Set 单元格文本样式。 更多... | |
此类表示表格单元格数据。
| fsdk.TableCellData.GetCell_fill_color | ( | ) |
Get 单元格的填充颜色。格式:0xAARRGGBB。
| fsdk.TableCellData.GetCell_image | ( | ) |
Get 单元格的图像内容。
| fsdk.TableCellData.GetCell_margin | ( | ) |
Get 内容与单元格边框之间的单元格边距。
| fsdk.TableCellData.GetCell_text | ( | ) |
Get 单元格的文本内容。
| fsdk.TableCellData.GetCell_text_style | ( | ) |
Get 单元格文本样式。
| def fsdk.TableCellData.Set | ( | cell_text_style, | |
| cell_fill_color, | |||
| cell_text, | |||
| cell_image, | |||
| cell_margin | |||
| ) |
设置值。
| [in] | cell_text_style | 单元格文本样式。 |
| [in] | cell_fill_color | 单元格的填充颜色。格式:0xAARRGGBB。 |
| [in] | cell_text | 单元格的文本内容。 |
| [in] | cell_image | 单元格的图像内容。 |
| [in] | cell_margin | 单元格边距。 |
| fsdk.TableCellData.SetCell_fill_color | ( | value | ) |
Set 单元格的填充颜色。格式:0xAARRGGBB。
| [in] | value | 单元格的填充颜色。格式:0xAARRGGBB。 |
| fsdk.TableCellData.SetCell_image | ( | value | ) |
Set 单元格的图像内容。
| [in] | value | 单元格的图像内容。 |
| fsdk.TableCellData.SetCell_margin | ( | value | ) |
Set 内容与单元格边框之间的单元格边距。
| [in] | value | 内容与单元格边框之间的单元格边距。 |
| fsdk.TableCellData.SetCell_text | ( | value | ) |
Set 单元格的文本内容。
| [in] | value | 单元格的文本内容。 |
| fsdk.TableCellData.SetCell_text_style | ( | value | ) |
Set 单元格文本样式。
| [in] | value | 单元格文本样式。 |