Class
Chapter numbering preferences. Base Class: Preference
getElements, toSource, toSpecifier
ChapterNumberPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
chapterNumber | number | r/w | Chapter number. |
chapterNumberFormat | NumberingStyleString | r/w | Chapter number formatting options. Can return: NumberingStyle enumerator or String. |
chapterNumberSource | ChapterNumberSources: ChapterNumberSources.USER_DEFINED ChapterNumberSources.CONTINUE_FROM_PREVIOUS_DOCUMENT ChapterNumberSources.SAME_AS_PREVIOUS_DOCUMENT |
r/w | Source for generating the chapter number. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
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
Instances
Array of ChapterNumberPreference getElements ()
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
Return
Array of ChapterNumberPreference ChapterNumberPreference.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |