|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | TableCellData () |
| Constructor. | |
| def | TableCellData (data) |
| Constructor, with another table cell data object. More... | |
| def | Set (cell_text_style, cell_fill_color, cell_text, cell_image, cell_margin) |
| Set value. More... | |
Static Public Attributes | |
| cell_fill_color = _fsdk.TableCellData_cell_fill_color | |
| The fill color of cell. Format: 0xAARRGGBB. | |
| cell_image = _fsdk.TableCellData_cell_image | |
| The image content of cell. More... | |
| cell_margin = _fsdk.TableCellData_cell_margin | |
| The cell margin between the content and cell border. More... | |
| cell_text = _fsdk.TableCellData_cell_text | |
| The text content of cell. More... | |
| cell_text_style = _fsdk.TableCellData_cell_text_style | |
| The style of cell text. | |
This class represents table cell data.
| def FoxitPDFSDKPython3.TableCellData.TableCellData | ( | data | ) |
Constructor, with another table cell data object.
| [in] | data | Another table cell data object, whose value would be assigned to current object. |
| def FoxitPDFSDKPython3.TableCellData.Set | ( | cell_text_style, | |
| cell_fill_color, | |||
| cell_text, | |||
| cell_image, | |||
| cell_margin | |||
| ) |
Set value.
| [in] | cell_text_style | The style of cell text. |
| [in] | cell_fill_color | The fill color of cell. Format: 0xAARRGGBB. |
| [in] | cell_text | The text content of cell. |
| [in] | cell_image | The image content of cell. |
| [in] | cell_margin | The cell margin. |
|
static |
The image content of cell.
|
static |
The cell margin between the content and cell border.
|
static |
The text content of cell.