Chapter numbering preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| chapterNumber | number | r/w | Chapter number. |
| chapterNumberFormat | any | r/w | Chapter number formatting options. Can return: NumberingStyle enumerator or String. |
| chapterNumberSource | ChapterNumberSources : USER_DEFINED CONTINUE_FROM_PREVIOUS_DOCUMENT SAME_AS_PREVIOUS_DOCUMENT |
r/w | Source for generating the chapter number. |
| parent | Document | readonly | The parent of the ChapterNumberPreference (a Document). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of ChapterNumberPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the ChapterNumberPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Document.chapterNumberPreferences
Returned by:
Array of ChapterNumberPreference ChapterNumberPreference .getElements (
)