PageNumberingStyles

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 6: Line 6:
  
 
== PageNumberingStyles ==
 
== PageNumberingStyles ==
Specifies...
+
Specifies the style of page numbers for a range of.
  
 
{| class="wikitable namedvalues"
 
{| class="wikitable namedvalues"
Line 13: Line 13:
 
! style="width:150pt;" | Description
 
! style="width:150pt;" | Description
 
|-
 
|-
| class="op_param_name" | None || class="op_param_name" | 0 || ...
+
| class="op_param_name" | None || class="op_param_name" | 0 || Do not show the page number
 
|-
 
|-
| class="op_param_name" | Decimal || class="op_param_name" | 1 || ...
+
| class="op_param_name" | Decimal || class="op_param_name" | 1 || Decimal numbers
 
|-
 
|-
| class="op_param_name" | LatinLarge || class="op_param_name" | 2 || ...
+
| class="op_param_name" | LatinLarge || class="op_param_name" | 2 || Large latin numbers
 
|-
 
|-
| class="op_param_name" | LatinSmall || class="op_param_name" | 3 || ...
+
| class="op_param_name" | LatinSmall || class="op_param_name" | 3 || Small latin numbers
 
|-
 
|-
| class="op_param_name" | LettersLarge || class="op_param_name" | 4 || ...
+
| class="op_param_name" | LettersLarge || class="op_param_name" | 4 || Large letters (A, B, C, ..., AA, BB, CC, ...)
 
|-
 
|-
| class="op_param_name" | LettersSmall || class="op_param_name" | 5 || ...
+
| class="op_param_name" | LettersSmall || class="op_param_name" | 5 || Small letters (a, b, c, ..., aa, bb, cc, ...)
 
|}
 
|}
 
== See Also ==
 
== See Also ==
 
[[PXV:op_document_pageNumbering]]
 
[[PXV:op_document_pageNumbering]]

Revision as of 07:11, 29 May 2015


PageNumberingStyles

Specifies the style of page numbers for a range of.

Name Value Description
None 0 Do not show the page number
Decimal 1 Decimal numbers
LatinLarge 2 Large latin numbers
LatinSmall 3 Small latin numbers
LettersLarge 4 Large letters (A, B, C, ..., AA, BB, CC, ...)
LettersSmall 5 Small letters (a, b, c, ..., aa, bb, cc, ...)

See Also

op.document.pageNumbering