Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (cell_text_style, cell_fill_color, cell_text, cell_image, cell_margin) | |
Constructor, with parameters. More... | |
Set (cell_text_style, cell_fill_color, cell_text, cell_image, cell_margin) | |
Set value. More... | |
Public Attributes | |
cell_fill_color | |
The fill color of cell. Format: 0xAARRGGBB. | |
cell_image | |
The image content of cell. More... | |
cell_margin | |
The cell margin between the content and cell border. More... | |
cell_text | |
The text content of cell. More... | |
cell_text_style | |
The style of cell text. | |
This class represents table cell data.
FSDK.TableCellData.constructor | ( | cell_text_style | , |
cell_fill_color | , | ||
cell_text | , | ||
cell_image | , | ||
cell_margin | |||
) |
Constructor, with parameters.
[in] | cell_text_style | The style of cell text. |
[in] | cell_fill_color | The fill color of cell. |
[in] | cell_text | The text content of cell. |
[in] | cell_image | The image content of cell. |
[in] | cell_margin | The cell margin. |
FSDK.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. |
FSDK.TableCellData.cell_image |
The image content of cell.
FSDK.TableCellData.cell_margin |
The cell margin between the content and cell border.
FSDK.TableCellData.cell_text |
The text content of cell.