Packagecom.adobe.illustrator
Classpublic class ExportOptionsAutoCAD
InheritanceExportOptionsAutoCAD Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

Options which may be supplied when exporting a document to AutoCAD formats (.dwg or .dxf)



Public Properties
 PropertyDefined By
  alterPathsForAppearance : Boolean
alter paths for appearance ( default: false )
ExportOptionsAutoCAD
  colors : AutoCADColors
number of colors to export into the AutoCAD file ( default: AutoCADColors.TrueColors )
ExportOptionsAutoCAD
  convertTextToOutlines : Boolean
whether to convert text to outlines ( default: false )
ExportOptionsAutoCAD
  exportFileFormat : AutoCADExportFileFormat
which format to export the file as ( default: AutoCADExportFileFormat.DWG )
ExportOptionsAutoCAD
  exportOption : AutoCADExportOption
whether to preserve appearance or editability during export ( default: AutoCADExportOption.MaximumEditability )
ExportOptionsAutoCAD
  exportSelectedArtOnly : Boolean
export selected art only ( default: false )
ExportOptionsAutoCAD
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
 Inheritedparent : *
[read-only]
IllustratorHostObject
  rasterFormat : AutoCADRasterFormat
raster format in which to export raster art ( default: AutoCADRasterFormat.PNG )
ExportOptionsAutoCAD
  scaleLineweights : Boolean
whether to scale lineweights by the same amount as rest of the drawing ( default: false )
ExportOptionsAutoCAD
  unit : AutoCADUnit
units from which to map ( default: AutoCADUnit.Millimeters )
ExportOptionsAutoCAD
  unitScaleRatio : Number
ratio by which to scale the output ( default: 1.0 )
ExportOptionsAutoCAD
  version : AutoCADCompatibility
release of AutoCAD to export to ( default: AutoCADCompatibility.AutoCADRelease18 )
ExportOptionsAutoCAD
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
alterPathsForAppearanceproperty
alterPathsForAppearance:Boolean

Since : CS5

alter paths for appearance ( default: false )


Implementation
    public function get alterPathsForAppearance():Boolean
    public function set alterPathsForAppearance(value:Boolean):void
colorsproperty 
colors:AutoCADColors

Since : CS5

number of colors to export into the AutoCAD file ( default: AutoCADColors.TrueColors )


Implementation
    public function get colors():AutoCADColors
    public function set colors(value:AutoCADColors):void
convertTextToOutlinesproperty 
convertTextToOutlines:Boolean

Since : CS5

whether to convert text to outlines ( default: false )


Implementation
    public function get convertTextToOutlines():Boolean
    public function set convertTextToOutlines(value:Boolean):void
exportFileFormatproperty 
exportFileFormat:AutoCADExportFileFormat

Since : CS5

which format to export the file as ( default: AutoCADExportFileFormat.DWG )


Implementation
    public function get exportFileFormat():AutoCADExportFileFormat
    public function set exportFileFormat(value:AutoCADExportFileFormat):void
exportOptionproperty 
exportOption:AutoCADExportOption

Since : CS5

whether to preserve appearance or editability during export ( default: AutoCADExportOption.MaximumEditability )


Implementation
    public function get exportOption():AutoCADExportOption
    public function set exportOption(value:AutoCADExportOption):void
exportSelectedArtOnlyproperty 
exportSelectedArtOnly:Boolean

Since : CS5

export selected art only ( default: false )


Implementation
    public function get exportSelectedArtOnly():Boolean
    public function set exportSelectedArtOnly(value:Boolean):void
rasterFormatproperty 
rasterFormat:AutoCADRasterFormat

Since : CS5

raster format in which to export raster art ( default: AutoCADRasterFormat.PNG )


Implementation
    public function get rasterFormat():AutoCADRasterFormat
    public function set rasterFormat(value:AutoCADRasterFormat):void
scaleLineweightsproperty 
scaleLineweights:Boolean

Since : CS5

whether to scale lineweights by the same amount as rest of the drawing ( default: false )


Implementation
    public function get scaleLineweights():Boolean
    public function set scaleLineweights(value:Boolean):void
unitproperty 
unit:AutoCADUnit

Since : CS5

units from which to map ( default: AutoCADUnit.Millimeters )


Implementation
    public function get unit():AutoCADUnit
    public function set unit(value:AutoCADUnit):void
unitScaleRatioproperty 
unitScaleRatio:Number

Since : CS5

ratio by which to scale the output ( default: 1.0 )


Implementation
    public function get unitScaleRatio():Number
    public function set unitScaleRatio(value:Number):void
versionproperty 
version:AutoCADCompatibility

Since : CS5

release of AutoCAD to export to ( default: AutoCADCompatibility.AutoCADRelease18 )


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