EndnoteOption
Options for specifying default endnote formatting.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, CharacterStyle, EndnoteFrameCreate, EndnoteRestarting, EndnoteScope, EventListeners, Events, FootnoteMarkerPositioning, FootnoteNumberingStyle, FootnotePrefixSuffix, Number, Object, ParagraphStyle, String,
Hierarchy:
Superclass: Preference
Class: EndnoteOption
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The position of endnote reference numbers in the main text. Can return: FootnoteMarkerPositioning enumerator or String. |
||
read/write |
The character style to apply to endnote reference numbers in the main text. |
||
read/write |
The endnote numbering style. Can return: FootnoteNumberingStyle enumerator or String. |
||
read/write |
The prefix text of the endnote. (Limit: 0 to 100 characters) |
||
String (range 0 - 100) |
read/write |
The text to insert between the endnote marker number and the endnote text. (Range: 0 to 100 characters) |
|
read/write |
The suffix text of the endnote. (Limit: 0 to 100 characters) |
||
read/write |
The paragraph style to apply to endnote text. |
||
read/write |
Title of the endnotes. (Limit: 0 to 100 characters) |
||
read/write |
The paragraph style to apply to endnote title. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
read/write |
Frame creation of the endnotes. Can return: EndnoteFrameCreate enumerator or String. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
The parent of the EndnoteOption (a Application or Document). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The point at which to restart endnote numbering. Can return: EndnoteRestarting enumerator or String. |
||
read/write |
Scope value of the endnotes. Can return: EndnoteScope enumerator or String. |
||
read/write |
The position of the endnote prefix and/or suffix. Can return: FootnotePrefixSuffix enumerator or String. |
||
Number (range 1 - 100000) |
read/write |
The number at which to start endnote numbering. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
EndnoteOption getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the EndnoteOption.
String toSpecifier ()
Retrieves the object specifier.
Object of
Application.endnoteOptions
Document.endnoteOptions
Event.parent
EventListener.parent
MutationEvent.parent