PreferencesSWFExportPreference

SWF export settings for the application object.

Extends

Instance Properties

Name Description Access
curveQuality SWFCurveQualityValue The SWF curve quality. read-write
dynamicDocumentExportReaderSpreads bool If true, each spread in the exported document is combined into a single page that has spread's original width. read-write
dynamicMediaHandling DynamicMediaHandlingOptions The dynamic media handling options. read-write
eventListeners EventListeners A collection of event listeners. read-only
events Events A collection of events. read-only
fitMethod FitMethodSettings The fitting method to use. read-write
fitOption FitDimension The options for fitting to predefined dimension. read-write
fitScale = 100 number The size fits to given scale percentage. read-write
fitWidthAndHeight number The size fits to given width and height. read-write
flattenTransparency bool Flatten transparency when exporting. read-write
frameRate number The frame rate in frames per second. read-write
generateHTML bool Flag indicates whether to generate HTML. read-write
includeInteractivePageCurl bool Flag indicates whether to include interactive page curl when export to SWF. read-write
isValid bool Returns true if the object specifier resolves to valid objects. read-only
jpegQualityOptions DynamicDocumentsJPEGQualityOptions The JPEG quality options. read-write
pageRange The pages to print, specified either as an enumeration or a string. To specify a range, separate page numbers in the string with a hyphen (-). To specify separate pages, separate page numbers in the string with a comma (,). Can return: PageRange enumerator or String. read-write
pageTransitionOverride PageTransitionOverrideOptions The name of the page transition to use for all pages. read-write
parent Application The parent of the SWFExportPreference (a Application). read-only
properties Object A property that allows setting of several properties at the same time. read-write
rasterCompression RasterCompressionOptions The SWF raster compression options. read-write
rasterResolution number The raster resolution. read-write
rasterizePages bool If true, all the pages in the exported document will be rasterized. read-write
resamplingThreshold number The resampling threshold. read-write
resamplingType Sampling The resampling type. read-write
swfBackground SWFBackgroundOptions SWF background setting read-write
textExportPolicy DynamicDocumentsTextExportPolicy The text export policy. read-write
useNetworkAccess bool Flag indicates whether to allow to use network access when export to SWF. read-write
viewSWFAfterExporting bool Flag indicates to whether to view the SWF after exporting. 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.
eventType string The event type.
handler The event handler. Can accept: File or JavaScript Function.
captures bool This parameter is obsolete. (Optional)
getElements(
)
 → SWFExportPreference
Resolves the object specifier, creating an array of object references.
removeEventListener(
eventType, handler ​[, captures=false])
 → bool
Removes the event listener.
eventType string The registered event type.
handler The registered event handler. Can accept: File or JavaScript Function.
captures bool This parameter is obsolete. (Optional)
toSource(
)
 → string
Generates a string which, if executed, will return the SWFExportPreference.
toSpecifier(
)
 → string
Retrieves the object specifier.