Options which may be supplied when exporting a document as an SVG file
compressed:Boolean
should the exported file be compressed ( default: false )
Implementation public function get compressed():Boolean
public function set compressed(value:Boolean):void
coordinatePrecision:Number
decimal precision for element coordinate values ( 1 - 7; default: 3 )
Implementation public function get coordinatePrecision():Number
public function set coordinatePrecision(value:Number):void
cssProperties:SVGCSSPropertyLocation
how should the CSS properties of the document be included in the document ( default: SVGCSSPropertyLocation.STYLEATTRIBUTES )
Implementation public function get cssProperties():SVGCSSPropertyLocation
public function set cssProperties(value:SVGCSSPropertyLocation ):void
documentEncoding:SVGDocumentEncoding
how should the text in the document be encoded ( default: SVGDocumentEncoding.ASCII )
Implementation public function get documentEncoding():SVGDocumentEncoding
public function set documentEncoding(value:SVGDocumentEncoding ):void
DTD:SVGDTDVersion
the version of DTD that the exported file should be conforming to ( default: SVGDTDVersion.SVG1_1 )
Implementation public function get DTD():SVGDTDVersion
public function set DTD(value:SVGDTDVersion ):void
embedRasterImages:Boolean
should the raster images in the exported file be included ( default: false )
Implementation public function get embedRasterImages():Boolean
public function set embedRasterImages(value:Boolean):void
fontSubsetting:SVGFontSubsetting
what font glyphs should be included in the exported file ( default: SVGFontSubsetting.ALLGLYPHS )
Implementation public function get fontSubsetting():SVGFontSubsetting
public function set fontSubsetting(value:SVGFontSubsetting ):void
fontType:SVGFontType
the type of font that should be included in the exported file ( default: SVGFontType.CEFFONT )
Implementation public function get fontType():SVGFontType
public function set fontType(value:SVGFontType ):void
includeFileInfo:Boolean
( default: false )
Implementation public function get includeFileInfo():Boolean
public function set includeFileInfo(value:Boolean):void
includeVariablesAndDatasets:Boolean
( default: false )
Implementation public function get includeVariablesAndDatasets():Boolean
public function set includeVariablesAndDatasets(value:Boolean):void
optimizeForSVGViewer:Boolean
( default: false )
Implementation public function get optimizeForSVGViewer():Boolean
public function set optimizeForSVGViewer(value:Boolean):void
preserveEditability:Boolean
preserve Illustrator editing capabilities when exporting the document ( default: false )
Implementation public function get preserveEditability():Boolean
public function set preserveEditability(value:Boolean):void
slices:Boolean
preserve slice data in exported document ( default: false )
Implementation public function get slices():Boolean
public function set slices(value:Boolean):void
sVGAutoKerning:Boolean
is SVG auto kerning allowed? ( default: false )
Implementation public function get sVGAutoKerning():Boolean
public function set sVGAutoKerning(value:Boolean):void
sVGTextOnPath:Boolean
is SVG text-on-path construct allowed? ( default: false )
Implementation public function get sVGTextOnPath():Boolean
public function set sVGTextOnPath(value:Boolean):void
Copyright © 2011 Adobe Systems Incorporated. All Rights Reserved. Thu Jan 27 2011, 07:58 PM Z