Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithPage_width:page_height:page_margin:font:text_size:text_color:linespace:is_break_page: |
Constructor, with parameters. More... | |
(void) | - set:page_height:page_margin:font:text_size:text_color:linespace:is_break_page: |
Set value. More... | |
Properties | |
FSFont * | font |
A font object. | |
BOOL | is_break_page |
Used to decide whether to insert a page break in converted PDF document when meeting character 0x0c. | |
float | linespace |
Line spacing. If valid, it should be above 0. | |
float | page_height |
Page height used for the converted PDF document. | |
FSRectF * | page_margin |
Page margin used for converted PDF document. More... | |
float | page_width |
Page width used for the converted PDF document. | |
unsigned int | text_color |
Font color. | |
float | text_size |
Font size. If valid, it should be above 0. | |
This class represents setting data used for converting TXT to PDF.
- (id) initWithPage_width: | (float) | page_width | |
page_height: | (float) | page_height | |
page_margin: | (FSRectF*) | page_margin | |
font: | (FSFont*) | font | |
text_size: | (float) | text_size | |
text_color: | (unsigned int) | text_color | |
linespace: | (float) | linespace | |
is_break_page: | (BOOL) | is_break_page | |
Constructor, with parameters.
[in] | page_width | Page width used for the converted PDF document. |
[in] | page_height | Page height used for the converted PDF document. |
[in] | page_margin | Page margin used for converted PDF document. |
[in] | font | Font object used for converted PDF document. |
[in] | text_size | Font size used for converted PDF document. |
[in] | text_color | Font color used for converted PDF document. |
[in] | linespace | Line space used for converted PDF document. |
[in] | is_break_page | Used to decide whether to insert a page break in converted PDF document when meeting character 0x0c. |
- (void) set: | (float) | page_width | |
page_height: | (float) | page_height | |
page_margin: | (FSRectF*) | page_margin | |
font: | (FSFont*) | font | |
text_size: | (float) | text_size | |
text_color: | (unsigned int) | text_color | |
linespace: | (float) | linespace | |
is_break_page: | (BOOL) | is_break_page | |
Set value.
[in] | page_width | Page width used for the converted PDF document. |
[in] | page_height | Page height used for the converted PDF document. |
[in] | page_margin | Page margin used for converted PDF document. |
[in] | font | Font object used for converted PDF document. |
[in] | text_size | Font size used for converted PDF document. |
[in] | text_color | Font color used for converted PDF document. |
[in] | linespace | Line space used for converted PDF document. |
[in] | is_break_page | Used to decide whether to insert a page break in converted PDF document when meeting character 0x0c. |
|
readwritenonatomicweak |
Page margin used for converted PDF document.