Extends
Instance Properties
| Name | Description | Access |
|---|---|---|
| eventListeners | EventListeners A collection of event listeners. | read-only |
| events | Events A collection of events. | read-only |
| isValid | bool Returns true if the object specifier resolves to valid objects. | read-only |
| parent | Application The parent of the EPubExportPreviewAppPreference (a Application). | read-only |
| properties | Object A property that allows setting of several properties at the same time. | read-write |
| viewDocumentAfterExport | bool If true, open docuemnt in viewer after export. | read-write |
Methods
| addApplication( | applicationPath, selectedForReflowableEpub, selectedForFixedLayoutEpub [, withProperties]) |
| addEventListener( | eventType, handler [, captures]) |
→ EventListener |
| getApplicationAtIndex( | indexOfApp [, withProperties]) |
| getApplicationCount( | ) |
→ number |
| removeApplication( | indexOfApp [, withProperties]) |
| removeEventListener( | eventType, handler [, captures]) |
→ bool |
| toSource( | ) |
→ string |
| toSpecifier( | ) |
→ string |
-
addApplication( applicationPath, selectedForReflowableEpub, selectedForFixedLayoutEpub [, withProperties]) -
Add a new preview application preference
applicationPathstring The full path of the application to be added. selectedForReflowableEpubbool Check if the app is selected in Reflowable ePub export. selectedForFixedLayoutEpubbool Check if the app is selected in Fixed Layout ePub export. withPropertiesObject Initial values for properties of the new EPubExportPreviewAppPreference (Optional) -
addEventListener( eventType, handler [, captures=false])→ EventListener -
Adds an event listener.
eventTypestring The event type. handlerThe event handler. Can accept: File or JavaScript Function. capturesbool This parameter is obsolete. (Optional) -
getApplicationAtIndex( indexOfApp [, withProperties]) -
Get the application at index.
indexOfAppbool The index of the application to get information for. withPropertiesObject Initial values for properties of the new EPubExportPreviewAppPreference (Optional) -
getApplicationCount( )→ number -
Number of applications added for ePub Preview.
-
getElements( )→ EPubExportPreviewAppPreference -
Resolves the object specifier, creating an array of object references.
-
removeApplication( indexOfApp [, withProperties]) -
Remove an application at specified index.
indexOfAppnumber The index of the application to be removed. withPropertiesObject Initial values for properties of the new EPubExportPreviewAppPreference (Optional) -
removeEventListener( eventType, handler [, captures=false])→ bool -
Removes the event listener.
eventTypestring The registered event type. handlerThe registered event handler. Can accept: File or JavaScript Function. capturesbool This parameter is obsolete. (Optional) -
toSource( )→ string -
Generates a string which, if executed, will return the EPubExportPreviewAppPreference.
-
toSpecifier( )→ string -
Retrieves the object specifier.