Object
EPubExportPreviewAppPreference
EPub export preview app preferences.
Properties
| Name | Type |
Access | Description |
|---|
|
EventListeners<EventListener> |
readonly |
A collection of event listeners. |
|
Events<Event> |
readonly |
A collection of events. |
|
Boolean |
readonly |
Returns true if the object specifier resolves to valid objects. |
|
Application |
readonly |
The parent of the EPubExportPreviewAppPreference (a Application). |
|
Object |
read/write |
A property that allows setting of several properties at the same time. |
|
Boolean |
read/write |
If true, open docuemnt in viewer after export. |
Methods
→ void
Add a new preview application preference
applicationPath
String
The full path of the application to be added.
selectedForReflowableEpub
Boolean
Check if the app is selected in Reflowable ePub export.
selectedForFixedLayoutEpub
Boolean
Check if the app is selected in Fixed Layout ePub export.
withProperties?
Object
Initial values for properties of the new EPubExportPreviewAppPreference
Adds an event listener.
eventType
String
The event type.
handler
File | JavaScriptFunction
The event handler. Can accept: File or JavaScript Function.
captures?
Boolean
This parameter is obsolete.
→ Varies
Get the application at index.
indexOfApp
Boolean
The index of the application to get information for.
withProperties?
Object
Initial values for properties of the new EPubExportPreviewAppPreference
→ Number
Number of applications added for ePub Preview.
Resolves the object specifier, creating an array of object references.
→ void
Remove an application at specified index.
indexOfApp
Number
The index of the application to be removed.
withProperties?
Object
Initial values for properties of the new EPubExportPreviewAppPreference
→ Boolean
Removes the event listener.
eventType
String
The registered event type.
handler
File | JavaScriptFunction
The registered event handler. Can accept: File or JavaScript Function.
captures?
Boolean
This parameter is obsolete.
Generates a string which, if executed, will return the EPubExportPreviewAppPreference.
Retrieves the object specifier.
Object of 4
Properties elsewhere that hold a EPubExportPreviewAppPreference.
Return 1
Methods that return a EPubExportPreviewAppPreference.