|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetCell_fill_color () |
| Get the fill color of cell. More... | |
| def | GetCell_image () |
| Get the image content of cell. More... | |
| def | GetCell_margin () |
| Get the cell margin between the content and cell border. More... | |
| def | GetCell_text () |
| Get the text content of cell. More... | |
| def | GetCell_text_style () |
| Get the style of cell text. More... | |
| def | Set (cell_text_style, cell_fill_color, cell_text, cell_image, cell_margin) |
| Set value. More... | |
| def | SetCell_fill_color (value) |
| Set the fill color of cell. More... | |
| def | SetCell_image (value) |
| Set the image content of cell. More... | |
| def | SetCell_margin (value) |
| Set the cell margin between the content and cell border. More... | |
| def | SetCell_text (value) |
| Set the text content of cell. More... | |
| def | SetCell_text_style (value) |
| Set the style of cell text. More... | |
This class represents table cell data.
| fsdk.TableCellData.GetCell_fill_color | ( | ) |
Get the fill color of cell.
| fsdk.TableCellData.GetCell_image | ( | ) |
Get the image content of cell.
| fsdk.TableCellData.GetCell_margin | ( | ) |
Get the cell margin between the content and cell border.
| fsdk.TableCellData.GetCell_text | ( | ) |
Get the text content of cell.
| fsdk.TableCellData.GetCell_text_style | ( | ) |
Get the style of cell text.
| def 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.SetCell_fill_color | ( | value | ) |
Set the fill color of cell.
| [in] | value | The fill color of cell. Format: 0xAARRGGBB. |
| fsdk.TableCellData.SetCell_image | ( | value | ) |
Set the image content of cell.
| [in] | value | The image content of cell. |
| fsdk.TableCellData.SetCell_margin | ( | value | ) |
Set the cell margin between the content and cell border.
| [in] | value | The cell margin between the content and cell border. |
| fsdk.TableCellData.SetCell_text | ( | value | ) |
Set the text content of cell.
| [in] | value | The text content of cell. |
| fsdk.TableCellData.SetCell_text_style | ( | value | ) |
Set the style of cell text.
| [in] | value | The style of cell text. |