XFL export preferences.
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Boolean, DynamicDocumentsJPEGQualityOptions, DynamicDocumentsTextExportPolicy, DynamicMediaHandlingOptions, EventListeners, Events, FitDimension, FitMethodSettings, Number, Object, PageRange, Sampling, String, XFLRasterizeFormatOptions
Property |
Type |
Access |
Description |
---|---|---|---|
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. |
||
read/write |
If true, discretionary hyphenation points are inserted when TLF text is used. |
||
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. |
||
readonly |
The parent of the XFLExportPreference (a Application). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The raster format 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 |
The text export policy. |
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) |
XFLExportPreference 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 XFLExportPreference.
String toSpecifier ()
Retrieves the object specifier.