Package | com.adobe.indesign |
Class | public class SWFExportPreference |
Inheritance | SWFExportPreference ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
curveQuality : SWFCurveQualityValue
The SWF curve quality. | SWFExportPreference | ||
dynamicDocumentExportReaderSpreads : Boolean
If true, each spread in the exported document is combined into a single page that has spread's original width. | SWFExportPreference | ||
dynamicMediaHandling : DynamicMediaHandlingOptions
The dynamic media handling options. | SWFExportPreference | ||
eventListeners : EventListeners [override] [read-only]
A collection of event listeners. | SWFExportPreference | ||
events : Events [override] [read-only]
A collection of events. | SWFExportPreference | ||
fitMethod : FitMethodSettings
The fitting method to use. | SWFExportPreference | ||
fitOption : FitDimension
The options for fitting to predefined dimension. | SWFExportPreference | ||
fitScale : Number
The size fits to given scale percentage. | SWFExportPreference | ||
fitWidthAndHeight : Object
The size fits to given width and height. | SWFExportPreference | ||
flattenTransparency : Boolean
Flatten transparency when exporting. | SWFExportPreference | ||
frameRate : Number
The frame rate in frames per second. | SWFExportPreference | ||
generateHTML : Boolean
Flag indicates whether to generate HTML. | SWFExportPreference | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
includeInteractivePageCurl : Boolean
Flag indicates whether to include interactive page curl when export to SWF. | SWFExportPreference | ||
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | SWFExportPreference | ||
jpegQualityOptions : DynamicDocumentsJPEGQualityOptions
The JPEG quality options. | SWFExportPreference | ||
pageRange : Object
The pages to print, specified either as an enumeration or a string. | SWFExportPreference | ||
pageTransitionOverride : PageTransitionOverrideOptions
The name of the page transition to use for all pages. | SWFExportPreference | ||
parent : Object [override] [read-only]
The parent of the SWFExportPreference (a Application). | SWFExportPreference | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | SWFExportPreference | ||
rasterCompression : RasterCompressionOptions
The SWF raster compression options. | SWFExportPreference | ||
rasterizePages : Boolean
If true, all the pages in the exported document will be rasterized. | SWFExportPreference | ||
rasterResolution : Number
The raster resolution. | SWFExportPreference | ||
resamplingThreshold : Number
The resampling threshold. | SWFExportPreference | ||
resamplingType : Sampling
The resampling type. | SWFExportPreference | ||
swfBackground : SWFBackgroundOptions
SWF background setting
| SWFExportPreference | ||
textExportPolicy : DynamicDocumentsTextExportPolicy
The text export policy. | SWFExportPreference | ||
useNetworkAccess : Boolean
Flag indicates whether to allow to use network access when export to SWF. | SWFExportPreference | ||
viewSWFAfterExporting : Boolean
Flag indicates to whether to view the SWF after exporting. | SWFExportPreference |
Method | Defined By | ||
---|---|---|---|
![]() | addEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | Preference | |
addEventListenerSWFExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | SWFExportPreference | ||
![]() | 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. | SWFExportPreference | ||
![]() | 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 | |
removeEventListenerSWFExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | SWFExportPreference | ||
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
toSpecifier():String [override]
Retrieves the object specifier. | SWFExportPreference | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
curveQuality | property |
curveQuality:SWFCurveQualityValue
Since : | CS5 |
The SWF curve quality.
public function get curveQuality():SWFCurveQualityValue
public function set curveQuality(value:SWFCurveQualityValue):void
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
frameRate | property |
frameRate:Number
Since : | CS5 |
The frame rate in frames per second.
public function get frameRate():Number
public function set frameRate(value:Number):void
generateHTML | property |
generateHTML:Boolean
Since : | CS5 |
Flag indicates whether to generate HTML.
public function get generateHTML():Boolean
public function set generateHTML(value:Boolean):void
includeInteractivePageCurl | property |
includeInteractivePageCurl:Boolean
Since : | CS5 |
Flag indicates whether to include interactive page curl when export to SWF.
public function get includeInteractivePageCurl():Boolean
public function set includeInteractivePageCurl(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
pageTransitionOverride | property |
pageTransitionOverride:PageTransitionOverrideOptions
Since : | CS5 |
The name of the page transition to use for all pages.
public function get pageTransitionOverride():PageTransitionOverrideOptions
public function set pageTransitionOverride(value:PageTransitionOverrideOptions):void
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the SWFExportPreference (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
rasterCompression | property |
rasterCompression:RasterCompressionOptions
Since : | CS5 |
The SWF raster compression options.
public function get rasterCompression():RasterCompressionOptions
public function set rasterCompression(value:RasterCompressionOptions):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
swfBackground | property |
swfBackground:SWFBackgroundOptions
Since : | CS5 |
SWF background setting
public function get swfBackground():SWFBackgroundOptions
public function set swfBackground(value:SWFBackgroundOptions):void
textExportPolicy | property |
textExportPolicy:DynamicDocumentsTextExportPolicy
Since : | CS5 |
The text export policy.
public function get textExportPolicy():DynamicDocumentsTextExportPolicy
public function set textExportPolicy(value:DynamicDocumentsTextExportPolicy):void
useNetworkAccess | property |
useNetworkAccess:Boolean
Since : | CS5 |
Flag indicates whether to allow to use network access when export to SWF.
public function get useNetworkAccess():Boolean
public function set useNetworkAccess(value:Boolean):void
viewSWFAfterExporting | property |
viewSWFAfterExporting:Boolean
Since : | CS5 |
Flag indicates to whether to view the SWF after exporting.
public function get viewSWFAfterExporting():Boolean
public function set viewSWFAfterExporting(value:Boolean):void
addEventListenerSWFExportPreference | () | method |
public function addEventListenerSWFExportPreference(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 |
removeEventListenerSWFExportPreference | () | method |
public function removeEventListenerSWFExportPreference(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 |