Packagecom.adobe.illustrator
Classpublic class FXGSaveOptions
InheritanceFXGSaveOptions Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

Options which may be supplied when saving a document as an FXG file



Public Properties
 PropertyDefined By
  artboardRange : String
If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string ( default: )
FXGSaveOptions
  blendsPolicy : BlendsExpandPolicy
the policy used by FXG to expand blends ( default: BlendsExpandPolicy.AUTOMATICALLYCONVERTBLENDS )
FXGSaveOptions
  clipContent : Boolean
choose to clip content to the active artboard ( default: true )
FXGSaveOptions
  downsampleLinkedImages : Boolean
choose to downsample the linked images(72ppi) ( default: false )
FXGSaveOptions
  filtersPolicy : FiltersPreservePolicy
the policy used by FXG to preserve filters ( default: FiltersPreservePolicy.KEEPFILTERSEDITABLE )
FXGSaveOptions
  gradientsPolicy : GradientsPreservePolicy
the policy used by FXG to preserve gradients ( default: GradientsPreservePolicy.KEEPGRADIENTSEDITABLE )
FXGSaveOptions
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  includeMetadata : Boolean
choose to include metadata (XMP) ( default: false )
FXGSaveOptions
  includeUnusedSymbols : Boolean
choose to include unused symbols ( default: false )
FXGSaveOptions
 Inheritedparent : *
[read-only]
IllustratorHostObject
  preserveEditingCapabilities : Boolean
choose to preserve the editing capabilities of FXG ( default: true )
FXGSaveOptions
  saveMultipleArtboards : Boolean
All the artboards or range of the artboards will be saved ( default: false )
FXGSaveOptions
  textPolicy : TextPreservePolicy
the policy used by FXG to preserve text ( default: TextPreservePolicy.KEEPTEXTEDITABLE )
FXGSaveOptions
  version : FXGVersion
the version of the FXG file format to create ( default: FXGVersion.VERSION1PT0 )
FXGSaveOptions
Public Methods
 MethodDefined By
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
 Inherited
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
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
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
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
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
 Inherited
replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call.
CSHostObject
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
Property Detail
artboardRangeproperty
artboardRange:String

Since : CS5

If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string ( default: )


Implementation
    public function get artboardRange():String
    public function set artboardRange(value:String):void
blendsPolicyproperty 
blendsPolicy:BlendsExpandPolicy

Since : CS5.5

the policy used by FXG to expand blends ( default: BlendsExpandPolicy.AUTOMATICALLYCONVERTBLENDS )


Implementation
    public function get blendsPolicy():BlendsExpandPolicy
    public function set blendsPolicy(value:BlendsExpandPolicy):void
clipContentproperty 
clipContent:Boolean

Since : CS5
Removed : CS5.5

choose to clip content to the active artboard ( default: true )


Implementation
    public function get clipContent():Boolean
    public function set clipContent(value:Boolean):void
downsampleLinkedImagesproperty 
downsampleLinkedImages:Boolean

Since : CS5

choose to downsample the linked images(72ppi) ( default: false )


Implementation
    public function get downsampleLinkedImages():Boolean
    public function set downsampleLinkedImages(value:Boolean):void
filtersPolicyproperty 
filtersPolicy:FiltersPreservePolicy

Since : CS5

the policy used by FXG to preserve filters ( default: FiltersPreservePolicy.KEEPFILTERSEDITABLE )


Implementation
    public function get filtersPolicy():FiltersPreservePolicy
    public function set filtersPolicy(value:FiltersPreservePolicy):void
gradientsPolicyproperty 
gradientsPolicy:GradientsPreservePolicy

Since : CS5

the policy used by FXG to preserve gradients ( default: GradientsPreservePolicy.KEEPGRADIENTSEDITABLE )


Implementation
    public function get gradientsPolicy():GradientsPreservePolicy
    public function set gradientsPolicy(value:GradientsPreservePolicy):void
includeMetadataproperty 
includeMetadata:Boolean

Since : CS5

choose to include metadata (XMP) ( default: false )


Implementation
    public function get includeMetadata():Boolean
    public function set includeMetadata(value:Boolean):void
includeUnusedSymbolsproperty 
includeUnusedSymbols:Boolean

Since : CS5

choose to include unused symbols ( default: false )


Implementation
    public function get includeUnusedSymbols():Boolean
    public function set includeUnusedSymbols(value:Boolean):void
preserveEditingCapabilitiesproperty 
preserveEditingCapabilities:Boolean

Since : CS5

choose to preserve the editing capabilities of FXG ( default: true )


Implementation
    public function get preserveEditingCapabilities():Boolean
    public function set preserveEditingCapabilities(value:Boolean):void
saveMultipleArtboardsproperty 
saveMultipleArtboards:Boolean

Since : CS5

All the artboards or range of the artboards will be saved ( default: false )


Implementation
    public function get saveMultipleArtboards():Boolean
    public function set saveMultipleArtboards(value:Boolean):void
textPolicyproperty 
textPolicy:TextPreservePolicy

Since : CS5

the policy used by FXG to preserve text ( default: TextPreservePolicy.KEEPTEXTEDITABLE )


Implementation
    public function get textPolicy():TextPreservePolicy
    public function set textPolicy(value:TextPreservePolicy):void
versionproperty 
version:FXGVersion

Since : CS5

the version of the FXG file format to create ( default: FXGVersion.VERSION1PT0 )


Implementation
    public function get version():FXGVersion
    public function set version(value:FXGVersion):void