Adobe InDesign CS6 Server (8.0) Object Model JS: PageNumberStyle
From InDesign Server CS6
Page number style options.
Value
| Name | Description | Value |
|---|---|---|
| PageNumberStyle.ARABIC | Uses Arabic numerals. | 1298231906 = 'Marb' |
| PageNumberStyle.ARABIC_ABJAD | Uses Arabic Abjad | 1296130410 = 'MAaj' |
| PageNumberStyle.ARABIC_ALIF_BA_TAH | Uses Arabic Alif Ba Tah | 1296130420 = 'MAat' |
| PageNumberStyle.DOUBLE_LEADING_ZEROS | Uses Arabic numerals and formats all page numbers as three digits. | 1296329850 = 'MDlz' |
| PageNumberStyle.FULL_WIDTH_ARABIC | Full-width Arabic. | 1296455521 = 'MFWa' |
| PageNumberStyle.HEBREW_BIBLICAL | Uses Hebrew Biblical | 1296589410 = 'MHbb' |
| PageNumberStyle.HEBREW_NON_STANDARD | Uses Hebrew Non Standard | 1296589422 = 'MHbn' |
| PageNumberStyle.KANJI | Uses Kanji. | 1296788073 = 'MKji' |
| PageNumberStyle.LOWER_LETTERS | Uses lowercase letters. | 1296855660 = 'MLrl' |
| PageNumberStyle.LOWER_ROMAN | Uses lowercase Roman numerals. | 1297247596 = 'MRml' |
| PageNumberStyle.SINGLE_LEADING_ZEROS | Uses Arabic numerals and formats all page numbers as two digits. | 1297312890 = 'MSlz' |
| PageNumberStyle.TRIPLE_LEADING_ZEROS | Uses Arabic numerals and formats all page numbers as four digits. | 1297378426 = 'MTlz' |
| PageNumberStyle.UPPER_LETTERS | Uses uppercase letters. | 1296855669 = 'MLru' |
| PageNumberStyle.UPPER_ROMAN | Uses uppercase Roman numerals. | 1297247605 = 'MRmu' |
Usage
As property
Section.pageNumberStyle
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |