SWF export settings for the application object.
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Boolean, DynamicDocumentsJPEGQualityOptions, DynamicDocumentsTextExportPolicy, DynamicMediaHandlingOptions, EventListeners, Events, FitDimension, FitMethodSettings, Number, Object, PageRange, PageTransitionOverrideOptions, RasterCompressionOptions, SWFBackgroundOptions, SWFCurveQualityValue, Sampling, String,
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The SWF curve quality. |
||
read/write |
If true, each spread in the exported document is combined into a single page that has spread's original width. |
||
read/write |
The dynamic media handling options. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
read/write |
The fitting method to use. |
||
read/write |
The options for fitting to predefined dimension. |
||
Number (range 1 - 1000) |
read/write |
The size fits to given scale percentage. |
|
read/write |
The size fits to given width and height. |
||
read/write |
Flatten transparency when exporting. |
||
Number (range 1 - 120) |
read/write |
The frame rate in frames per second. |
|
read/write |
Flag indicates whether to generate HTML. |
||
read/write |
Flag indicates whether to include interactive page curl when export to SWF. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
The JPEG quality options. |
||
read/write |
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 |
The name of the page transition to use for all pages. |
||
readonly |
The parent of the SWFExportPreference (a Application). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The SWF raster compression options. |
||
Number (range 72 - 2400) |
read/write |
The raster resolution. |
|
read/write |
If true, all the pages in the exported document will be rasterized. |
||
read/write |
The resampling threshold. |
||
read/write |
The resampling type. |
||
read/write |
SWF background setting |
||
read/write |
The text export policy. |
||
read/write |
Flag indicates whether to allow to use network access when export to SWF. |
||
read/write |
Flag indicates to whether to view the SWF after exporting. |
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) |
SWFExportPreference 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 SWFExportPreference.
String toSpecifier ()
Retrieves the object specifier.