EPubExportPreviewAppPreference
EPub export preview app preferences.
Instance
Read Only
Boolean isValid
Returns true if the object specifier resolves to valid objects.
Read Only
Application parent
The parent of the EPubExportPreviewAppPreference (a Application).
Read Only
Events events
A collection of events.
Read Only
EventListeners eventListeners
A collection of event listeners.
Boolean viewDocumentAfterExport
If true, open docuemnt in viewer after export.
Object properties
A property that allows setting of several properties at the same time.
Methods
addApplication( String applicationPath, Boolean selectedForReflowableEpub, Boolean selectedForFixedLayoutEpub, Object withProperties )
Add a new preview application preference
Parameters
removeApplication( Number indexOfApp, Object withProperties )
Remove an application at specified index.
Parameters
Mixed getApplicationAtIndex( Boolean indexOfApp, Object withProperties )
Get the application at index.
Parameters
Number getApplicationCount()
Number of applications added for ePub Preview.
String toSource()
Generates a string which, if executed, will return the EPubExportPreviewAppPreference.
EPubExportPreviewAppPreference getElements()
Resolves the object specifier, creating an array of object references.
String toSpecifier()
Retrieves the object specifier.
EventListener addEventListener( String eventType, Mixed handler, Boolean captures )
Adds an event listener.
Parameters
Boolean removeEventListener( String eventType, Mixed handler, Boolean captures )
Removes the event listener.