The preferences for a page number variable.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| format | VariableNumberingStyles : CURRENT ARABIC UPPER_ROMAN LOWER_ROMAN UPPER_LETTERS LOWER_LETTERS |
r/w | The format for the PageNumberVariablePreference. |
| parent | TextVariable | readonly | The parent of the PageNumberVariablePreference (a TextVariable). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| scope | VariableScopes : DOCUMENT_SCOPE SECTION_SCOPE |
r/w | The scope or range of the pages to include |
| textAfter | string | r/w | The text that follows the value of the PageNumberVariablePreference. (Limit: 128 characters) |
| textBefore | string | r/w | The text that precedes the value of the PageNumberVariablePreference. (Limit: 128 characters) |
Methods
Array of PageNumberVariablePreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the PageNumberVariablePreference.
string toSpecifier ()
Retrieves the object specifier.
Returned by:
Array of PageNumberVariablePreference PageNumberVariablePreference .getElements (
)