ParaParams

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(Options Table)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{#customTitle:ParaParams}}
 
{{#customTitle:ParaParams}}
 
{{#parentPage:PXV:Params_CommonStructures|ParaParams|structure}}
 
{{#parentPage:PXV:Params_CommonStructures|ParaParams|structure}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 14: Line 14:
 
| class="op_param_name" | FirstLineIndent
 
| class="op_param_name" | FirstLineIndent
 
| style="text-align:center" | Double
 
| style="text-align:center" | Double
| Specifies...
+
| Specifies the indentation value of the first line.
 
Default value: <tt>'''0.0'''</tt>
 
Default value: <tt>'''0.0'''</tt>
 
|-
 
|-
 
| class="op_param_name" | LineSpacing
 
| class="op_param_name" | LineSpacing
 
| style="text-align:center" | Double
 
| style="text-align:center" | Double
| Specifies...
+
| Specifies the line spacing value. Default value means 100%.
 
Default value: <tt>'''-100.0'''</tt>
 
Default value: <tt>'''-100.0'''</tt>
 
|-
 
|-
 
| class="op_param_name" | TextAlign
 
| class="op_param_name" | TextAlign
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the text alignment.
 +
Possible values are:
 +
{| class="op_internal_table"
 +
|-
 +
| class="op_enum_value" | '''0''' || Left alignment flag.
 +
|-
 +
| class="op_enum_value" | '''1''' || Center alignment flag.
 +
|-
 +
| class="op_enum_value" | '''2''' || Right alignment flag.
 +
|-
 +
| class="op_enum_value" | '''3''' || The text will be justified.
 +
|-
 +
| class="op_enum_value" | '''4''' || All text will be justified.
 +
|-
 +
| class="op_enum_value" | '''5''' || Sets the alignment based on the radix (decimal point).
 +
|}
 
Default value: <tt>'''0'''</tt>
 
Default value: <tt>'''0'''</tt>
 
|-
 
|-
 
| class="op_param_name" | [[PXV:cs_RectF|Margins]]
 
| class="op_param_name" | [[PXV:cs_RectF|Margins]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies...
+
| Specifies the text margins.
 
|}
 
|}
  
 
== See Also ==
 
== See Also ==
 
[[PXV:op_imagesToDoc]], [[PXV:op_scanToImages]], [[PXV:op_textToDoc]]
 
[[PXV:op_imagesToDoc]], [[PXV:op_scanToImages]], [[PXV:op_textToDoc]]

Latest revision as of 00:37, 24 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:

0 Left alignment flag.
1 Center alignment flag.
2 Right 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