Options which may be supplied when exporting a document to AutoCAD formats (.dwg or .dxf)
alterPathsForAppearance:Boolean
alter paths for appearance ( default: false )
Implementation public function get alterPathsForAppearance():Boolean
public function set alterPathsForAppearance(value:Boolean):void
colors:AutoCADColors
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
convertTextToOutlines:Boolean
whether to convert text to outlines ( default: false )
Implementation public function get convertTextToOutlines():Boolean
public function set convertTextToOutlines(value:Boolean):void
exportFileFormat:AutoCADExportFileFormat
which format to export the file as ( default: AutoCADExportFileFormat.DWG )
Implementation public function get exportFileFormat():AutoCADExportFileFormat
public function set exportFileFormat(value:AutoCADExportFileFormat ):void
exportOption:AutoCADExportOption
whether to preserve appearance or editability during export ( default: AutoCADExportOption.MaximumEditability )
Implementation public function get exportOption():AutoCADExportOption
public function set exportOption(value:AutoCADExportOption ):void
exportSelectedArtOnly:Boolean
export selected art only ( default: false )
Implementation public function get exportSelectedArtOnly():Boolean
public function set exportSelectedArtOnly(value:Boolean):void
rasterFormat:AutoCADRasterFormat
raster format in which to export raster art ( default: AutoCADRasterFormat.PNG )
Implementation public function get rasterFormat():AutoCADRasterFormat
public function set rasterFormat(value:AutoCADRasterFormat ):void
scaleLineweights:Boolean
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
unit:AutoCADUnit
units from which to map ( default: AutoCADUnit.Millimeters )
Implementation public function get unit():AutoCADUnit
public function set unit(value:AutoCADUnit ):void
unitScaleRatio:Number
ratio by which to scale the output ( default: 1.0 )
Implementation public function get unitScaleRatio():Number
public function set unitScaleRatio(value:Number):void
version:AutoCADCompatibility
release of AutoCAD to export to ( default: AutoCADCompatibility.AutoCADRelease18 )
Implementation public function get version():AutoCADCompatibility
public function set version(value:AutoCADCompatibility ):void
Copyright © 2011 Adobe Systems Incorporated. All Rights Reserved. Thu Jan 27 2011, 07:58 PM Z