The preferences for a chapter 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 ChapterNumberVariablePreference. |
| parent | TextVariable | readonly | The parent of the ChapterNumberVariablePreference (a TextVariable). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| textAfter | string | r/w | The text that follows the value of the ChapterNumberVariablePreference. (Limit: 128 characters) |
| textBefore | string | r/w | The text that precedes the value of the ChapterNumberVariablePreference. (Limit: 128 characters) |
Methods
Array of ChapterNumberVariablePreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the ChapterNumberVariablePreference.
string toSpecifier ()
Retrieves the object specifier.
Returned by:
Array of ChapterNumberVariablePreference ChapterNumberVariablePreference .getElements (
)