Extends
Instance Properties
| Name | Description | Access |
|---|---|---|
| coverImageFile | string The epub cover image file path. | read-write |
| epubCover | EpubCover The epub cover option. | read-write |
| epubCreator | string The epub creator. | read-write |
| epubDate | string The epub date. | read-write |
| epubDescription | string The epub description. | read-write |
| epubNavigationStyles | EpubNavigationStyle The epub navigation style. | read-write |
| epubPageRange | string The epub page range. | read-write |
| epubPageRangeFormat | PageRangeFormat The epub page range format. | read-write |
| epubPublisher | string The epub publisher. | read-write |
| epubRights | string The epub rights. | read-write |
| epubSpreadControlOptions | EpubFixedLayoutSpreadControl The control for spreads in fixed layout EPub. | read-write |
| epubSubject | string The epub subject. | read-write |
| epubTitle | string The epub title. | read-write |
| eventListeners | EventListeners A collection of event listeners. | read-only |
| events | Events A collection of events. | read-only |
| externalStyleSheets | string The file path of external cascading style sheets. | read-write |
| gifOptionsInterlaced | bool If true, generates interlaced GIFs. Note: Not valid when image conversion is JPEG. | read-write |
| gifOptionsPalette | GIFOptionsPalette The color palette for GIF conversion. Note: Not valid when image conversion is JPEG. | read-write |
| id | string The epub unique identifier, like ISBN. | read-write |
| imageConversion | ImageConversion The file format to use for converted images. Note: Valid only when copy optimized images and/or copy formatted images is true. | read-write |
| imageExportResolution | ImageResolution The export resolution | read-write |
| isValid | bool Returns true if the object specifier resolves to valid objects. | read-only |
| javascripts | string The file path of external javascripts. | read-write |
| jpegOptionsFormat | JPEGOptionsFormat The formatting method for converted JPEG images. Note: Not valid when image conversion is GIF. | read-write |
| jpegOptionsQuality | JPEGOptionsQuality The quality of converted JPEG images. Note: Not valid when image conversion is GIF. | read-write |
| level | number The PNG compression level. | read-only |
| parent | The parent of the EPubFixedLayoutExportPreference (a Book or Document). | read-only |
| properties | Object A property that allows setting of several properties at the same time. | read-write |
| tocStyleName | string The name of TOC style to generate epub TOC. | read-write |
Methods
| addEventListener( | eventType, handler [, captures]) |
→ EventListener |
| removeEventListener( | eventType, handler [, captures]) |
→ bool |
| toSource( | ) |
→ string |
| toSpecifier( | ) |
→ string |
-
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) -
getElements( )→ EPubFixedLayoutExportPreference -
Resolves the object specifier, creating an array of object references.
-
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 EPubFixedLayoutExportPreference.
-
toSpecifier( )→ string -
Retrieves the object specifier.