Class
SVG export preferences.
getElements, toSource, toSpecifier
SVGExportPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
appliedFlattenerPreset | FlattenerPreset | r/w | The transparency flattener preset to use. |
embedImages | bool | r/w | If true, embeds images in the exported SVG. |
fileEncoding | FileEncoding: FileEncoding.ASCII FileEncoding.UTF8 FileEncoding.UTF16 |
r/w | The file encoding. |
fontSubsetting | FontSubsetting: FontSubsetting.NONE FontSubsetting.SUBSET_GLYPHS FontSubsetting.SUBSET_ENGLISH FontSubsetting.SUBSET_GLYPHS_AND_ENGLISH FontSubsetting.SUBSET_ROMAN FontSubsetting.SUBSET_GLYPHS_AND_ROMAN FontSubsetting.SUBSET_ENTIRE |
r/w | The font characters to subset. |
ignoreSpreadOverrides | bool | r/w | If true, ignores flattener spread overrides. |
pageRange | PageRange String |
r/w | The pages to print, specified either as an enumeration or a string. To specify a range, separate page numbers in the string with a hyphen (-). To specify separate pages, separate page numbers in the string with a comma (,). Can return: PageRange enumerator or String. |
parent | Application | readonly | The parent of the SVGExportPreference (a Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
readersSpreads | bool | r/w | If true, exports facing pages in a spread to a single SVG file. If false, exports spread pages as separate SVG files and appends a sequential number to the filenames. |
realPrecision | number (range: 1 - 7) | r/w | The number of digits of precision for vectors in exported artwork. (Range: 1 to 7) |
renderingStyle | RenderingStyle: RenderingStyle.PROGRESSIVE RenderingStyle.BATCH |
r/w | The rendering style. |
styleFormat | StyleFormat: StyleFormat.INLINE StyleFormat.ENTITY StyleFormat.CSS StyleFormat.PRESENTATION_ATTRIBUTES |
r/w | The format for SVG object styles. |
Methods
Instances
Array
of Object getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the SVGExportPreference.
Element of
Application.svgExportPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |