ParaParams

From PDF XChange PDF SDK
Jump to: navigation, search
(Options Table)
(Options Table)
Line 28: Line 28:
 
{| class="op_internal_table"
 
{| class="op_internal_table"
 
|-
 
|-
| class="op_enum_value" | '''0''' || Default alignment.
+
| class="op_enum_value" | '''-1''' || Default alignment.
 
|-
 
|-
| class="op_enum_value" | '''1''' || Right alignment.
+
| class="op_enum_value" | '''0''' || Left or Top alignment flag.
 
|-
 
|-
| class="op_enum_value" | '''2''' || Left alignment.
+
| class="op_enum_value" | '''1''' || Center or Middle alignment flag.
 
|-
 
|-
| class="op_enum_value" | '''3''' || Center alignment.
+
| class="op_enum_value" | '''2''' || Right or Bottom alignment flag.
 
|-
 
|-
| class="op_enum_value" | '''4''' || The text will be justified.
+
| class="op_enum_value" | '''3''' || The text will be justified.
 
|-
 
|-
| class="op_enum_value" | '''5''' || All text will be justified.
+
| class="op_enum_value" | '''4''' || All text will be justified.
 
|-
 
|-
| class="op_enum_value" | '''6''' || Sets the alignment based on the radix (decimal point).
+
| class="op_enum_value" | '''5''' || 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 08:11, 22 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:

-1 Default alignment.
0 Left or Top alignment flag.
1 Center or Middle alignment flag.
2 Right or Bottom alignment flag.
3 The text will be justified.
4 All text will be justified.
5 Sets the alignment based on the radix (decimal point).

Default value: 0

Margins Dictionary Specifies the text margins.

See Also

op.imagesToDoc, op.scanToImages, op.textToDoc