Packagecom.adobe.illustrator
Classpublic class ExportOptionsPhotoshop
InheritanceExportOptionsPhotoshop Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

Options which may be supplied when exporting a document as a Photoshop file



Public Properties
 PropertyDefined By
  antiAliasing : Boolean
should the resulting image be antialiased ( default: true )
ExportOptionsPhotoshop
  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: )
ExportOptionsPhotoshop
  editableText : Boolean
export text objects as editable text layers ( default: true )
ExportOptionsPhotoshop
  embedICCProfile : Boolean
embed an ICC profile when exporting ( default: false )
ExportOptionsPhotoshop
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  imageColorSpace : ImageColorSpace
the color space of the exported file ( default: ImageColorSpace.RGB )
ExportOptionsPhotoshop
  maximumEditability : Boolean
preserve as much of the original document's structure as possible when exporting ( default: true )
ExportOptionsPhotoshop
 Inheritedparent : *
[read-only]
IllustratorHostObject
  resolution : Number
The resolution of the exported file ( 72.0 - 2400.0; default: 150.0 )
ExportOptionsPhotoshop
  saveMultipleArtboards : Boolean
All the artboards or range of the artboards will be exported ( default: false )
ExportOptionsPhotoshop
  warnings : Boolean
should a warning dialog be displayed because of conflicts in the export settings ( default: true )
ExportOptionsPhotoshop
  writeLayers : Boolean
preserve document layers when exporting ( default: true )
ExportOptionsPhotoshop
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
antiAliasingproperty
antiAliasing:Boolean

Since : CS5

should the resulting image be antialiased ( default: true )


Implementation
    public function get antiAliasing():Boolean
    public function set antiAliasing(value:Boolean):void
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
editableTextproperty 
editableText:Boolean

Since : CS5

export text objects as editable text layers ( default: true )


Implementation
    public function get editableText():Boolean
    public function set editableText(value:Boolean):void
embedICCProfileproperty 
embedICCProfile:Boolean

Since : CS5

embed an ICC profile when exporting ( default: false )


Implementation
    public function get embedICCProfile():Boolean
    public function set embedICCProfile(value:Boolean):void
imageColorSpaceproperty 
imageColorSpace:ImageColorSpace

Since : CS5

the color space of the exported file ( default: ImageColorSpace.RGB )


Implementation
    public function get imageColorSpace():ImageColorSpace
    public function set imageColorSpace(value:ImageColorSpace):void
maximumEditabilityproperty 
maximumEditability:Boolean

Since : CS5

preserve as much of the original document's structure as possible when exporting ( default: true )


Implementation
    public function get maximumEditability():Boolean
    public function set maximumEditability(value:Boolean):void
resolutionproperty 
resolution:Number

Since : CS5

The resolution of the exported file ( 72.0 - 2400.0; default: 150.0 )


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

Since : CS5

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


Implementation
    public function get saveMultipleArtboards():Boolean
    public function set saveMultipleArtboards(value:Boolean):void
warningsproperty 
warnings:Boolean

Since : CS5

should a warning dialog be displayed because of conflicts in the export settings ( default: true )


Implementation
    public function get warnings():Boolean
    public function set warnings(value:Boolean):void
writeLayersproperty 
writeLayers:Boolean

Since : CS5

preserve document layers when exporting ( default: true )


Implementation
    public function get writeLayers():Boolean
    public function set writeLayers(value:Boolean):void