Class
Options which may be supplied when exporting a document as an SVG file.
ExportOptionsSVG
Class
Property | Type | Access | Description |
---|---|---|---|
DTD | SVGDTDVersion: SVGDTDVersion.SVG1_0 SVGDTDVersion.SVG1_1 SVGDTDVersion.SVGTINY1_1 SVGDTDVersion.SVGTINY1_1PLUS SVGDTDVersion.SVGBASIC1_1 SVGDTDVersion.SVGTINY1_2 |
r/w | The version of DTD that the exported file should be conforming to. (default: SVGDTDVersion.SVG1_1) |
compressed | bool | r/w | Should the exported file be compressed. (default: false) |
coordinatePrecision | int (range: 1 - 7) | r/w | Decimal precision for element coordinate values. (default: 3) |
cssProperties | SVGCSSPropertyLocation: SVGCSSPropertyLocation.ENTITIES SVGCSSPropertyLocation.STYLEATTRIBUTES SVGCSSPropertyLocation.STYLEELEMENTS SVGCSSPropertyLocation.PRESENTATIONATTRIBUTES |
r/w | How should the CSS properties of the document be included in the document. (default: SVGCSSPropertyLocation.STYLEATTRIBUTES) |
documentEncoding | SVGDocumentEncoding: SVGDocumentEncoding.ASCII SVGDocumentEncoding.UTF8 SVGDocumentEncoding.UTF16 |
r/w | How should the text in the document be encoded. (default: SVGDocumentEncoding.ASCII) |
embedRasterImages | bool | r/w | Should the raster images in the exported file be included. (default: false) |
fontSubsetting | SVGFontSubsetting: SVGFontSubsetting.None SVGFontSubsetting.GLYPHSUSED SVGFontSubsetting.COMMONENGLISH SVGFontSubsetting.GLYPHSUSEDPLUSENGLISH SVGFontSubsetting.COMMONROMAN SVGFontSubsetting.GLYPHSUSEDPLUSROMAN SVGFontSubsetting.ALLGLYPHS |
r/w | What font glyphs should be included in the exported file. (default: SVGFontSubsetting.ALLGLYPHS) |
fontType | SVGFontType: SVGFontType.CEFFONT SVGFontType.SVGFONT SVGFontType.OUTLINEFONT |
r/w | The type of font that should be included in the exported file. (default: SVGFontType.CEFFONT) |
includeFileInfo | bool | r/w | (default: false) |
includeVariablesAndDatasets | bool | r/w | (default: false) |
optimizeForSVGViewer | bool | r/w | (default: false) |
preserveEditability | bool | r/w | Preserve Illustrator editing capabilities when exporting the document. (default: false) |
sVGAutoKerning | bool | r/w | Is SVG auto kerning allowed? (default: false) |
sVGTextOnPath | bool | r/w | Is SVG text-on-path construct allowed? (default: false) |
slices | bool | r/w | Preserve slice data in exported document. (default: false) |
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |