Package | com.adobe.indesign |
Class | public class XFLExportPreference |
Inheritance | XFLExportPreference ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
dynamicDocumentExportReaderSpreads : Boolean
If true, each spread in the exported document is combined into a single page that has spread's original width. | XFLExportPreference | ||
dynamicMediaHandling : DynamicMediaHandlingOptions
The dynamic media handling options. | XFLExportPreference | ||
eventListeners : EventListeners [override] [read-only]
A collection of event listeners. | XFLExportPreference | ||
events : Events [override] [read-only]
A collection of events. | XFLExportPreference | ||
fitMethod : FitMethodSettings
The fitting method to use. | XFLExportPreference | ||
fitOption : FitDimension
The options for fitting to predefined dimension. | XFLExportPreference | ||
fitScale : Number
The size fits to given scale percentage. | XFLExportPreference | ||
fitWidthAndHeight : Object
The size fits to given width and height. | XFLExportPreference | ||
flattenTransparency : Boolean
Flatten transparency when exporting. | XFLExportPreference | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
insertHyphens : Boolean
If true, discretionary hyphenation points are inserted when TLF text is used. | XFLExportPreference | ||
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | XFLExportPreference | ||
jpegQualityOptions : DynamicDocumentsJPEGQualityOptions
The JPEG quality options. | XFLExportPreference | ||
pageRange : Object
The pages to print, specified either as an enumeration or a string. | XFLExportPreference | ||
parent : Object [override] [read-only]
The parent of the XFLExportPreference (a Application). | XFLExportPreference | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | XFLExportPreference | ||
rasterFormat : XFLRasterizeFormatOptions
The raster format options. | XFLExportPreference | ||
rasterizePages : Boolean
If true, all the pages in the exported document will be rasterized. | XFLExportPreference | ||
rasterResolution : Number
The raster resolution. | XFLExportPreference | ||
resamplingThreshold : Number
The resampling threshold. | XFLExportPreference | ||
resamplingType : Sampling
The resampling type. | XFLExportPreference | ||
textExportPolicy : DynamicDocumentsTextExportPolicy
The text export policy. | XFLExportPreference |
Method | Defined By | ||
---|---|---|---|
![]() | addEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | Preference | |
addEventListenerXFLExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | XFLExportPreference | ||
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
getElements():Object [override]
Resolves the object specifier, creating an array of object references. | XFLExportPreference | ||
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
![]() | removeEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | Preference | |
removeEventListenerXFLExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | XFLExportPreference | ||
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
toSpecifier():String [override]
Retrieves the object specifier. | XFLExportPreference | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
dynamicDocumentExportReaderSpreads | property |
dynamicDocumentExportReaderSpreads:Boolean
Since : | CS5 |
If true, each spread in the exported document is combined into a single page that has spread's original width.
public function get dynamicDocumentExportReaderSpreads():Boolean
public function set dynamicDocumentExportReaderSpreads(value:Boolean):void
dynamicMediaHandling | property |
dynamicMediaHandling:DynamicMediaHandlingOptions
Since : | CS5 |
The dynamic media handling options.
public function get dynamicMediaHandling():DynamicMediaHandlingOptions
public function set dynamicMediaHandling(value:DynamicMediaHandlingOptions):void
eventListeners | property |
eventListeners:EventListeners
[read-only] [override] Since : | CS5 |
A collection of event listeners.
public function get eventListeners():EventListeners
events | property |
events:Events
[read-only] [override] Since : | CS5 |
A collection of events.
public function get events():Events
fitMethod | property |
fitMethod:FitMethodSettings
Since : | CS5 |
The fitting method to use.
public function get fitMethod():FitMethodSettings
public function set fitMethod(value:FitMethodSettings):void
fitOption | property |
fitOption:FitDimension
Since : | CS5 |
The options for fitting to predefined dimension.
public function get fitOption():FitDimension
public function set fitOption(value:FitDimension):void
fitScale | property |
fitScale:Number
Since : | CS5 |
The size fits to given scale percentage.
public function get fitScale():Number
public function set fitScale(value:Number):void
fitWidthAndHeight | property |
fitWidthAndHeight:Object
Since : | CS5 |
The size fits to given width and height.
public function get fitWidthAndHeight():Object
public function set fitWidthAndHeight(value:Object):void
flattenTransparency | property |
flattenTransparency:Boolean
Since : | CS5 |
Flatten transparency when exporting.
public function get flattenTransparency():Boolean
public function set flattenTransparency(value:Boolean):void
insertHyphens | property |
insertHyphens:Boolean
Since : | CS5 |
If true, discretionary hyphenation points are inserted when TLF text is used.
public function get insertHyphens():Boolean
public function set insertHyphens(value:Boolean):void
isValid | property |
isValid:Boolean
[read-only] [override] Since : | CS5 |
Returns true if the object specifier resolves to valid objects.
public function get isValid():Boolean
jpegQualityOptions | property |
jpegQualityOptions:DynamicDocumentsJPEGQualityOptions
Since : | CS5 |
The JPEG quality options.
public function get jpegQualityOptions():DynamicDocumentsJPEGQualityOptions
public function set jpegQualityOptions(value:DynamicDocumentsJPEGQualityOptions):void
pageRange | property |
pageRange:Object
Since : | CS5 |
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.
public function get pageRange():Object
public function set pageRange(value:Object):void
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the XFLExportPreference (a Application).
public function get parent():Object
properties | property |
properties:Object
[override] Since : | CS5 |
A property that allows setting of several properties at the same time.
public function get properties():Object
public function set properties(value:Object):void
rasterFormat | property |
rasterFormat:XFLRasterizeFormatOptions
Since : | CS5 |
The raster format options.
public function get rasterFormat():XFLRasterizeFormatOptions
public function set rasterFormat(value:XFLRasterizeFormatOptions):void
rasterizePages | property |
rasterizePages:Boolean
Since : | CS5 |
If true, all the pages in the exported document will be rasterized.
public function get rasterizePages():Boolean
public function set rasterizePages(value:Boolean):void
rasterResolution | property |
rasterResolution:Number
Since : | CS5 |
The raster resolution.
public function get rasterResolution():Number
public function set rasterResolution(value:Number):void
resamplingThreshold | property |
resamplingThreshold:Number
Since : | CS5 |
The resampling threshold.
public function get resamplingThreshold():Number
public function set resamplingThreshold(value:Number):void
resamplingType | property |
resamplingType:Sampling
Since : | CS5 |
The resampling type.
public function get resamplingType():Sampling
public function set resamplingType(value:Sampling):void
textExportPolicy | property |
textExportPolicy:DynamicDocumentsTextExportPolicy
Since : | CS5 |
The text export policy.
public function get textExportPolicy():DynamicDocumentsTextExportPolicy
public function set textExportPolicy(value:DynamicDocumentsTextExportPolicy):void
addEventListenerXFLExportPreference | () | method |
public function addEventListenerXFLExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Since : | CS5 |
Adds an event listener.
Parameters
eventTypeParam:String (default = null ) — (String) The event type.
| |
handlerParam:Object (default = null ) — (Object) The event handler. Can accept: File or JavaScript Function.
| |
capturesParam:Boolean (default = false ) — (Boolean) This parameter is obsolete. (Optional)
|
EventListener |
getElements | () | method |
override public function getElements():Object
Since : | CS5 |
Resolves the object specifier, creating an array of object references.
ReturnsObject |
removeEventListenerXFLExportPreference | () | method |
public function removeEventListenerXFLExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Since : | CS5 |
Removes the event listener.
Parameters
eventTypeParam:String (default = null ) — (String) The registered event type.
| |
handlerParam:Object (default = null ) — (Object) The registered event handler. Can accept: File or JavaScript Function.
| |
capturesParam:Boolean (default = false ) — (Boolean) This parameter is obsolete. (Optional)
|
Boolean |
toSpecifier | () | method |
override public function toSpecifier():String
Since : | CS5 |
Retrieves the object specifier.
ReturnsString |