Foxit PDF SDK
|
Public Member Functions | |
TableCellData () | |
Constructor. | |
TableCellData (RichTextStyle cell_text_style, long cell_fill_color, String cell_text, Image cell_image, RectF cell_margin) | |
Constructor, with parameters. More... | |
TableCellData (TableCellData data) | |
Constructor, with another table cell data object. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
long | getCell_fill_color () |
Get the fill color of cell. More... | |
Image | getCell_image () |
Get the image content of cell. More... | |
RectF | getCell_margin () |
Get the cell margin between the content and cell border. More... | |
String | getCell_text () |
Get the text content of cell. More... | |
RichTextStyle | getCell_text_style () |
Get the style of cell text. More... | |
void | set (RichTextStyle cell_text_style, long cell_fill_color, String cell_text, Image cell_image, RectF cell_margin) |
Set value. More... | |
void | setCell_fill_color (long value) |
Set the fill color of cell. More... | |
void | setCell_image (Image value) |
Set the image content of cell. More... | |
void | setCell_margin (RectF value) |
Set the cell margin between the content and cell border. More... | |
void | setCell_text (String value) |
Set the text content of cell. More... | |
void | setCell_text_style (RichTextStyle value) |
Set the style of cell text. More... | |
This class represents table cell data.
com.foxit.sdk.addon.tablegenerator.TableCellData.TableCellData | ( | RichTextStyle | cell_text_style, |
long | cell_fill_color, | ||
String | cell_text, | ||
Image | cell_image, | ||
RectF | cell_margin | ||
) |
Constructor, with parameters.
[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. |
com.foxit.sdk.addon.tablegenerator.TableCellData.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. |
synchronized void com.foxit.sdk.addon.tablegenerator.TableCellData.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_fill_color | ( | ) |
Get the fill color of cell.
com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_image | ( | ) |
Get the image content of cell.
com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_margin | ( | ) |
Get the cell margin between the content and cell border.
com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_text | ( | ) |
Get the text content of cell.
com.foxit.sdk.addon.tablegenerator.TableCellData.getCell_text_style | ( | ) |
Get the style of cell text.
void com.foxit.sdk.addon.tablegenerator.TableCellData.set | ( | RichTextStyle | cell_text_style, |
long | cell_fill_color, | ||
String | cell_text, | ||
Image | cell_image, | ||
RectF | 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. |
com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_fill_color | ( | long | value | ) |
Set the fill color of cell.
[in] | value | The fill color of cell. Format: 0xAARRGGBB. |
com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_image | ( | Image | value | ) |
Set the image content of cell.
[in] | value | The image content of cell. |
com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_margin | ( | RectF | value | ) |
Set the cell margin between the content and cell border.
[in] | value | The cell margin between the content and cell border. |
com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_text | ( | String | value | ) |
Set the text content of cell.
[in] | value | The text content of cell. |
com.foxit.sdk.addon.tablegenerator.TableCellData.setCell_text_style | ( | RichTextStyle | value | ) |
Set the style of cell text.
[in] | value | The style of cell text. |