EPubFixedLayoutExportPreference

EPub fixed layout export preferences.

Methods:

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Objects:

Boolean, EpubCover, EpubFixedLayoutSpreadControl, EpubNavigationStyle, EventListeners, Events, GIFOptionsPalette, ImageConversion, ImageResolution, JPEGOptionsFormat, JPEGOptionsQuality, Number, Object, PageRangeFormat, String

Preferences:

EpubFixedLayoutSpreadControl

Hierarchy:

Superclass: Preference

Class: EPubFixedLayoutExportPreference

Property Listing

Property

Type

Access

Description

coverImageFile

String

read/write

The epub cover image file path.

epubCover

EpubCover

EpubCover.EXTERNAL_IMAGE

EpubCover.FIRST_PAGE

EpubCover.NONE

read/write

The epub cover option.

epubCreator

String

read/write

The epub creator.

epubDate

String

read/write

The epub date.

epubDescription

String

read/write

The epub description.

epubNavigationStyles

EpubNavigationStyle

EpubNavigationStyle.BOOKMARKS_NAVIGATION

EpubNavigationStyle.FILENAME_NAVIGATION

EpubNavigationStyle.NO_NAVIGATION

EpubNavigationStyle.TOC_STYLE_NAVIGATION

read/write

The epub navigation style.

epubPageRange

String

read/write

The epub page range.

epubPageRangeFormat

PageRangeFormat

PageRangeFormat.EXPORT_ALL_PAGES

PageRangeFormat.EXPORT_PAGE_RANGE

read/write

The epub page range format.

epubPublisher

String

read/write

The epub publisher.

epubRights

String

read/write

The epub rights.

epubSpreadControlOptions

EpubFixedLayoutSpreadControl

EpubFixedLayoutSpreadControl.NO_SPREADS

EpubFixedLayoutSpreadControl.PHYSICAL_SPREADS

EpubFixedLayoutSpreadControl.SPREADS_BASED_ON_DOC

EpubFixedLayoutSpreadControl.SYNTHETIC_SPREADS

read/write

The control for spreads in fixed layout EPub.

epubSubject

String

read/write

The epub subject.

epubTitle

String

read/write

The epub title.

eventListeners

EventListeners EventListener

readonly

A collection of event listeners.

events

Events Event

readonly

A collection of events.

externalStyleSheets

Array of String

read/write

The file path of external cascading style sheets.

gifOptionsInterlaced

Boolean

read/write

If true, generates interlaced GIFs. Note: Not valid when image conversion is JPEG.

gifOptionsPalette

GIFOptionsPalette

GIFOptionsPalette.ADAPTIVE_PALETTE

GIFOptionsPalette.MACINTOSH_PALETTE

GIFOptionsPalette.WEB_PALETTE

GIFOptionsPalette.WINDOWS_PALETTE

read/write

The color palette for GIF conversion. Note: Not valid when image conversion is JPEG.

id

String

read/write

The epub unique identifier, like ISBN.

imageConversion

ImageConversion

ImageConversion.AUTOMATIC

ImageConversion.GIF

ImageConversion.JPEG

ImageConversion.PNG

read/write

The file format to use for converted images. Note: Valid only when copy optimized images and/or copy formatted images is true.

imageExportResolution

ImageResolution

ImageResolution.PPI_150

ImageResolution.PPI_300

ImageResolution.PPI_72

ImageResolution.PPI_96

read/write

The export resolution

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

javascripts

Array of String

read/write

The file path of external javascripts.

jpegOptionsFormat

JPEGOptionsFormat

JPEGOptionsFormat.BASELINE_ENCODING

JPEGOptionsFormat.PROGRESSIVE_ENCODING

read/write

The formatting method for converted JPEG images. Note: Not valid when image conversion is GIF.

jpegOptionsQuality

JPEGOptionsQuality

JPEGOptionsQuality.HIGH

JPEGOptionsQuality.LOW

JPEGOptionsQuality.MAXIMUM

JPEGOptionsQuality.MEDIUM

read/write

The quality of converted JPEG images. Note: Not valid when image conversion is GIF.

level

Number

readonly

The PNG compression level.

parent

Book

Document

readonly

The parent of the EPubFixedLayoutExportPreference (a Book or Document).

properties

Object

read/write

A property that allows setting of several properties at the same time.

tocStyleName

String

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

String

The event type.

handler

File

JavaScriptFunction

The event handler. Can accept: File or JavaScript Function.

captures

Boolean

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

String

The registered event type.

handler

File

JavaScriptFunction

The registered event handler. Can accept: File or JavaScript Function.

captures

Boolean

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

Return

EPubFixedLayoutExportPreference.getElements()