Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithCell_text_style:cell_fill_color:cell_text:cell_image:cell_margin: |
Constructor, with parameters. More... | |
(id) | - initWithData: |
Constructor, with another table cell data object. More... | |
(void) | - set:cell_fill_color:cell_text:cell_image:cell_margin: |
Set value. More... | |
Properties | |
unsigned int | cell_fill_color |
The fill color of cell. Format: 0xAARRGGBB. | |
FSImage * | cell_image |
The image content of cell. More... | |
FSRectF * | cell_margin |
The cell margin between the content and cell border. More... | |
NSString * | cell_text |
The text content of cell. More... | |
FSRichTextStyle * | cell_text_style |
The style of cell text. | |
This class represents table cell data.
- (id) initWithCell_text_style: | (FSRichTextStyle*) | cell_text_style | |
cell_fill_color: | (unsigned int) | cell_fill_color | |
cell_text: | (NSString *) | cell_text | |
cell_image: | (FSImage*) | cell_image | |
cell_margin: | (FSRectF*) | 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. |
- (id) initWithData: | (FSTableCellData*) | data |
Constructor, with another table cell data object.
[in] | data | Another table cell data object, whose value would be assigned to current object. |
- (void) set: | (FSRichTextStyle*) | cell_text_style | |
cell_fill_color: | (unsigned int) | cell_fill_color | |
cell_text: | (NSString *) | cell_text | |
cell_image: | (FSImage*) | cell_image | |
cell_margin: | (FSRectF*) | 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. |
|
readwritenonatomicweak |
The image content of cell.
|
readwritenonatomicweak |
The cell margin between the content and cell border.
|
readwritenonatomicweak |
The text content of cell.