Adobe InDesign CS3 (5.0) Object Model JS: SVGExportPreference

InDesign CS3

Class

SVGExportPreference

 SVG export preferences.

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application
SVGExportPreference

Properties

PropertyTypeAccessDescription
appliedFlattenerPresetFlattenerPreset r/wThe transparency flattener preset to use.
embedImagesbool r/wIf true, embeds images in the exported SVG.
fileEncodingFileEncoding:
FileEncoding.ASCII
FileEncoding.UTF8
FileEncoding.UTF16
r/wThe file encoding.
fontSubsettingFontSubsetting:
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/wThe font characters to subset.
ignoreSpreadOverridesbool r/wIf true, ignores flattener spread overrides.
pageRangePageRange
String
r/wThe 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.
parentApplication readonlyThe parent of the SVGExportPreference (a Application).
propertiesObject r/wA property that allows setting of several properties at the same time.
readersSpreadsbool r/wIf 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.
realPrecisionnumber (range: 1 - 7) r/wThe number of digits of precision for vectors in exported artwork. (Range: 1 to 7)
renderingStyleRenderingStyle:
RenderingStyle.PROGRESSIVE
RenderingStyle.BATCH
r/wThe rendering style.
styleFormatStyleFormat:
StyleFormat.INLINE
StyleFormat.ENTITY
StyleFormat.CSS
StyleFormat.PRESENTATION_ATTRIBUTES
r/wThe format for SVG object styles.

Methods

Instances

Array of SVGExportPreference getElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the SVGExportPreference.

string toSpecifier ()
Retrieves the object specifier.

Element of

Application.svgExportPreferences

Return

Array of SVGExportPreference SVGExportPreference.getElements ()

Jongware, 27-Jun-2010 v3.0.3dContents :: Index