Extends
Instance Properties
Name | Description | Access |
---|---|---|
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 |
insertHyphens | bool If true, discretionary hyphenation points are inserted when TLF text is used. | 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 |
parent | Application The parent of the XFLExportPreference (a Application). | read-only |
properties | Object A property that allows setting of several properties at the same time. | read-write |
rasterFormat | XFLRasterizeFormatOptions The raster format 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 |
textExportPolicy | DynamicDocumentsTextExportPolicy The text export policy. | 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( )→ XFLExportPreference -
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 XFLExportPreference.
-
toSpecifier( )→ string -
Retrieves the object specifier.