EPubFixedLayoutExportPreference
EPub fixed layout export preferences.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EpubCover, EpubFixedLayoutSpreadControl, EpubNavigationStyle, EventListeners, Events, GIFOptionsPalette, ImageConversion, ImageResolution, JPEGOptionsFormat, JPEGOptionsQuality, Number, Object, PageRangeFormat, String
Preferences:
Hierarchy:
Superclass: Preference
Class: EPubFixedLayoutExportPreference
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The epub cover image file path. |
||
read/write |
The epub accessibility certified by. |
||
read/write |
The epub accessibility conforms to. |
||
read/write |
The epub accessibility credentials. |
||
read/write |
The epub accessibility feature. |
||
read/write |
The epub accessibility hazard. |
||
read/write |
The epub accessibility mode. |
||
read/write |
The epub accessibility mode sufficient. |
||
read/write |
The epub accessibility report link. |
||
read/write |
The epub accessibility summary. |
||
read/write |
The epub cover option. |
||
read/write |
The epub creator. |
||
read/write |
The epub date. |
||
read/write |
The epub description. |
||
read/write |
The epub navigation style. |
||
read/write |
The epub page range. |
||
read/write |
The epub page range format. |
||
read/write |
The epub publisher. |
||
read/write |
The epub rights. |
||
read/write |
The control for spreads in fixed layout EPub. |
||
read/write |
The epub subject. |
||
read/write |
The epub title. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
read/write |
The file path of external cascading style sheets. |
||
read/write |
If true, generates interlaced GIFs. Note: Not valid when image conversion is JPEG. |
||
read/write |
The color palette for GIF conversion. Note: Not valid when image conversion is JPEG. |
||
read/write |
The epub unique identifier, like ISBN. |
||
read/write |
The file format to use for converted images. Note: Valid only when copy optimized images and/or copy formatted images is true. |
||
read/write |
The export resolution |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
The file path of external javascripts. |
||
read/write |
The formatting method for converted JPEG images. Note: Not valid when image conversion is GIF. |
||
read/write |
The quality of converted JPEG images. Note: Not valid when image conversion is GIF. |
||
readonly |
The PNG compression level. |
||
readonly |
The parent of the EPubFixedLayoutExportPreference (a Book or Document). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The name of TOC style to generate epub TOC. |
Method Listing
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) |
EPubFixedLayoutExportPreference 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) |
String toSource ()
Generates a string which, if executed, will return the EPubFixedLayoutExportPreference.
String toSpecifier ()
Retrieves the object specifier.
Object of
Document.epubFixedLayoutExportPreferences
Book.epubFixedLayoutExportPreferences
Event.parent
EventListener.parent
MutationEvent.parent