|
|
| constructor () |
| | Constructor.
|
| |
| | constructor (page_width, page_height, page_margin, font, text_size, text_color, linespace, is_break_page) |
| | Constructor, with parameters. More...
|
| |
| | Set (page_width, page_height, page_margin, font, text_size, text_color, linespace, is_break_page) |
| | Set value. More...
|
| |
| | constructor (r) |
| |
| | GetPointerAsNumber () |
| |
|
|
| font |
| | A font object.
|
| |
|
| is_break_page |
| | Used to decide whether to insert a page break in converted PDF document when meeting character 0x0c.
|
| |
|
| linespace |
| | Line spacing. If valid, it should be above 0.
|
| |
|
| page_height |
| | Page height used for the converted PDF document.
|
| |
| | page_margin |
| | Page margin used for converted PDF document. More...
|
| |
|
| page_width |
| | Page width used for the converted PDF document.
|
| |
|
| text_color |
| | Font color.
|
| |
|
| text_size |
| | Font size. If valid, it should be above 0.
|
| |
◆ constructor()
Constructor, with parameters.
- 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. |
- Returns
- None.
◆ Set()
Set value.
- 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. |
- Returns
- None.
◆ page_margin
| TXT2PDFSettingData.page_margin |
Page margin used for converted PDF document.
- Note
- This value does not represent a rectangle. It just defines the left margin, bottom margin, right margin and top margin of a PDF page.