SVG export preferences.
Go to Property Listing | Method Listing
Boolean, FileEncoding, FlattenerPreset, FontSubsetting, Number, Object, PageRange, RenderingStyle, String, StyleFormat,
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The transparency flattener preset to use. |
||
|
read/write |
If true, embeds images in the exported SVG. |
||
|
read/write |
The file encoding. |
||
|
read/write |
The font characters to subset. |
||
|
read/write |
If true, ignores flattener spread overrides. |
||
|
read/write |
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. |
||
|
readonly |
The parent of the SVGExportPreference (a Application). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
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. |
||
|
Number (range 1 - 7) |
read/write |
The number of digits of precision for vectors in exported artwork. (Range: 1 to 7) |
|
|
read/write |
The rendering style. |
||
|
read/write |
The format for SVG object styles. |
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.
Application.svgExportPreferences