EPubExportPreference
EPub export preferences.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, BulletListExportOption, EPubFootnotePlacement, EpubCover, EpubVersion, EventListeners, Events, ExportOrder, GIFOptionsPalette, ImageAlignmentType, ImageConversion, ImagePageBreakType, ImageResolution, ImageSizeOption, JPEGOptionsFormat, JPEGOptionsQuality, Number, NumberedListExportOption, Object, String, UseSVGAsEnum
Hierarchy:
Superclass: Preference
Class: EPubExportPreference
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
Bottom margin of the epub. |
||
read/write |
If true, break InDesign document into smaller piece when generating epub. |
||
read/write |
The bullet export option. |
||
read/write |
The epub cover image file path. |
||
read/write |
Allows user to select the image size option for conversion |
||
read/write |
If true, embed font in epub. |
||
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 |
If true, The epub create page navigation. |
||
read/write |
The epub creator. |
||
read/write |
The epub date. |
||
read/write |
The epub description. |
||
read/write |
The epub publisher. |
||
read/write |
The epub rights. |
||
read/write |
The epub subject. |
||
read/write |
The epub title. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
read/write |
The export order. |
||
read/write |
The file path of external cascading style sheets. |
||
read/write |
The placement of footnote for EPub export |
||
read/write |
If true, InDesign will generate cascade style sheet. |
||
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 |
ignore object level image conversion settings. |
||
read/write |
Alignment applied to images |
||
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 |
||
read/write |
Image page break settings to be used with objects |
||
Number (range 0 - 8640) |
read/write |
Space After applied to images |
|
Number (range 0 - 8640) |
read/write |
Space Before applied to images |
|
read/write |
If true, InDesign will generate class attributes for elements in HTML, else will generate plain html without class attributes. |
||
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. |
||
read/write |
Left margin of the epub. |
||
readonly |
The PNG compression level. |
||
read/write |
The numbered list export option. |
||
read/write |
The name of paragraph style to break InDesign document. |
||
readonly |
The parent of the EPubExportPreference (a Book or Document). |
||
read/write |
If true, format image based on layout appearence. |
||
read/write |
If true, output local style override. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
Right margin of the epub. |
||
read/write |
If true, strip soft return. |
||
read/write |
The name of TOC style to generate epub TOC. |
||
read/write |
Top margin of the epub. |
||
read/write |
If true, InDesign will use existing image for graphic objects on export. |
||
read/write |
If true, image page break settings will be used in objects |
||
read/write |
Use SVG As |
||
read/write |
The version of EPUB. |
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) |
EPubExportPreference 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 EPubExportPreference.
String toSpecifier ()
Retrieves the object specifier.
Object of
Document.epubExportPreferences
Book.epubExportPreferences
Event.parent
EventListener.parent
MutationEvent.parent