Typefi settings on the application level
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, resetAllToDefaults, setInlineResizing, toSource, toSpecifier
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
Anchor appearance |
||
readonly |
Counter format language |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
Frame appearance |
||
read/write |
Group elements automatically |
||
readonly |
Hyperlink appearance |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
Marker appearance |
||
readonly |
Pagination preferences |
||
readonly |
The parent of the TypefiApplicationSettings (a Application). |
||
readonly |
A collection of preferences objects. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
readonly |
Version |
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) |
TypefiApplicationSettings 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) |
undefined resetAllToDefaults ()
Reset the Typefi specific data of TypefiApplicationSettings to the default values
undefined setInlineResizing (setInlineResizing:Boolean)
Set the Inline auto resizing information, i.e. the page item is no longer a Typefi Element
Parameter |
Type |
Description |
---|---|---|
setInlineResizing |
Sets the inline resizing on story editing |
String toSource ()
Generates a string which, if executed, will return the TypefiApplicationSettings.
String toSpecifier ()
Retrieves the object specifier.
Event.parent
EventListener.parent
MutationEvent.parent
Preference.parent
TypefiAnchorPreferences.parent
TypefiCounterFormatLanguagePreferences.parent
TypefiFramePreferences.parent
TypefiHyperlinkPreferences.parent
TypefiMarkerPreferences.parent
TypefiPaginationPreferences.parent
Application.typefiSettings