Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | TableCellData () |
Constructor. More... | |
def | Set (cell_text_style, cell_text, cell_image, cell_margin) |
Set value. More... | |
Static Public Attributes | |
cell_image = _swig_property(_fsdk.TableCellData_cell_image_get, _fsdk.TableCellData_cell_image_set) | |
The image content of cell. More... | |
cell_margin = _swig_property(_fsdk.TableCellData_cell_margin_get, _fsdk.TableCellData_cell_margin_set) | |
The cell margin between the content and cell border. More... | |
cell_text = _swig_property(_fsdk.TableCellData_cell_text_get, _fsdk.TableCellData_cell_text_set) | |
The text content of cell. More... | |
cell_text_style = _swig_property(_fsdk.TableCellData_cell_text_style_get, _fsdk.TableCellData_cell_text_style_set) | |
The style of cell text. | |
This class represents table cell data.
def FoxitPDFSDKPython3.TableCellData.TableCellData | ( | ) |
Constructor.
Constructor, with another table cell data object.
Constructor, with parameters.
[in] | cell_text_style | The style of cell text. |
[in] | cell_text | The text content of cell. |
[in] | cell_image | The image content of cell. |
[in] | cell_margin | The cell margin. |
[in] | data | Another table cell data object, whose value would be assigned to current object. |
def FoxitPDFSDKPython3.TableCellData.Set | ( | cell_text_style, | |
cell_text, | |||
cell_image, | |||
cell_margin | |||
) |
Set value.
[in] | cell_text_style | The style of cell text. |
[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.