AutoFit settings on the application level
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, resetAllToDefaults, resetPreferences, toSource, toSpecifier
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
Appearance preferences for AutoFit relations |
||
read/write |
Determine if AutoFit is enabled |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
The name of the AutoFit plug-in |
||
readonly |
The parent of the AutofitApplicationSettings (a Application). |
||
readonly |
A collection of preferences objects. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
Hide or show the AutoFit relations in the UI |
||
read/write |
Allow single column text frames to collapse |
||
readonly |
The version number string of the AutoFit plug-in |
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) |
AutofitApplicationSettings 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 AutoFit specific data of AutofitApplicationSettings to the default values
undefined resetPreferences ()
Reset the AutoFit preferences to their default values
String toSource ()
Generates a string which, if executed, will return the AutofitApplicationSettings.
String toSpecifier ()
Retrieves the object specifier.
Application.autofitSettings
AutofitAppearancePreferences.parent
Event.parent
EventListener.parent
MutationEvent.parent
Preference.parent