ParaParams
From PDF XChange PDF SDK
(Label ToWrite removed) |
(→Options Table) |
||
Line 19: | Line 19: | ||
| class="op_param_name" | LineSpacing | | class="op_param_name" | LineSpacing | ||
| style="text-align:center" | Double | | style="text-align:center" | Double | ||
− | | Specifies the line spacing value. | + | | Specifies the line spacing value. Default value means 100%. |
Default value: <tt>'''-100.0'''</tt> | Default value: <tt>'''-100.0'''</tt> | ||
|- | |- | ||
Line 25: | Line 25: | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
| Specifies the text alignment. | | Specifies the text alignment. | ||
+ | Possible values are: | ||
+ | {| class="op_internal_table" | ||
+ | |- | ||
+ | | class="op_enum_value" | '''0''' || Default alignment. | ||
+ | |- | ||
+ | | class="op_enum_value" | '''1''' || Right alignment. | ||
+ | |- | ||
+ | | class="op_enum_value" | '''2''' || Left alignment | ||
+ | |- | ||
+ | | class="op_enum_value" | '''3''' || Center alignment. | ||
+ | |- | ||
+ | | class="op_enum_value" | '''4''' || The text will be justified. | ||
+ | |- | ||
+ | | class="op_enum_value" | '''5''' || All text will be justified. | ||
+ | |- | ||
+ | | class="op_enum_value" | '''6''' || Sets the alignment based on the radix (decimal point). | ||
+ | |- | ||
+ | | class="op_enum_value" | '''7''' || These annotations will be flattened. | ||
+ | |} | ||
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- |
Revision as of 00:28, 2 March 2016
Options Table
Name | Type | Value | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FirstLineIndent | Double | Specifies the indentation value of the first line.
Default value: 0.0 | ||||||||||||||||
LineSpacing | Double | Specifies the line spacing value. Default value means 100%.
Default value: -100.0 | ||||||||||||||||
TextAlign | Integer | Specifies the text alignment.
Possible values are:
Default value: 0 | ||||||||||||||||
Margins | Dictionary | Specifies the text margins. |