ParaParams
From PDF XChange PDF SDK
(→Options Table) |
(→Options Table) |
||
(One intermediate revision by the same user not shown) | |||
Line 28: | Line 28: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' || | + | | class="op_enum_value" | '''0''' || Left alignment flag. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' || | + | | class="op_enum_value" | '''1''' || Center alignment flag. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' || | + | | class="op_enum_value" | '''2''' || Right alignment flag. |
|- | |- | ||
− | | class="op_enum_value" | '''3''' || | + | | class="op_enum_value" | '''3''' || The text will be justified. |
|- | |- | ||
− | | class="op_enum_value" | '''4''' || | + | | class="op_enum_value" | '''4''' || All text will be justified. |
|- | |- | ||
− | | class="op_enum_value" | '''5 | + | | class="op_enum_value" | '''5''' || Sets the alignment based on the radix (decimal point). |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> |
Latest revision as of 23:37, 23 March 2018
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. |