Adobe InDesign CS2 (4.0) Object Model JS: EPSExportPreference

InDesign CS2

Class

EPSExportPreference

 EPS export preferences.

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application
EPSExportPreference

Properties

PropertyTypeAccessDescription
appliedFlattenerPresetFlattenerPreset r/wThe transparency flattener preset to use.
bleedBottomMeasurement Unit (Number or String) (range: 0 - 432) r/wThe height of the bleed area at the bottom of the page. Note: Valid only when use document bleed to print is true.
bleedInsideMeasurement Unit (Number or String) (range: 0 - 432) r/wThe width of the bleed area at the inside of the page. Note: Valid only when use document bleed to print is true.
bleedOutsideMeasurement Unit (Number or String) (range: 0 - 432) r/wThe width of the bleed area at the outside of the page. Note: Valid only when use document bleed to print is true.
bleedTopMeasurement Unit (Number or String) (range: 0 - 432) r/wThe height of the bleed area at the top of the page. Note: Valid only when use document bleed to print is true.
dataFormatDataFormat:
DataFormat.ASCII
DataFormat.BINARY
r/wThe format in which to send image data to the printer.
epsColorEPSColorSpace:
EPSColorSpace.RGB
EPSColorSpace.CMYK
EPSColorSpace.GRAY
EPSColorSpace.UNCHANGED_COLOR_SPACE
EPSColorSpace.POSTSCRIPT_COLOR_MANAGEMENT
r/wThe color space for representing color in the exported EPS.
epsSpreadsbool r/wIf true, exports facing pages as a single page that has the width of the spread. If false, exports spread pages as separate pages.
fontEmbeddingFontEmbedding:
FontEmbedding.NONE
FontEmbedding.COMPLETE
FontEmbedding.SUBSET
r/wControls how fonts are embedded in the exported EPS.
ignoreSpreadOverridesbool r/wIf true, ignores flattener spread overrides.
imageDataEPSImageData:
EPSImageData.ALL_IMAGE_DATA
EPSImageData.PROXY_IMAGE_DATA
r/wThe image data to export to the EPS document.
omitBitmapsbool r/wIf true, replaces bitmap images with OPI links.
omitEPSbool r/wIf true, replaces EPS images with OPI links.
omitPDFbool r/wIf true, replaces PDF images with OPI links.
opiImageReplacementbool r/wIf true, prints graphics that are either OPI comments stored in imported EPS files or linked using OPI comments. For information on linking files using OPI comments, see omit EPS, omit PDF, or omit bitmaps.
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 EPSExportPreference (a Application).
postscriptLevelPostScriptLevels:
PostScriptLevels.LEVEL_2
PostScriptLevels.LEVEL_3
r/wThe PostScript level of the printer.
previewPreviewTypes:
PreviewTypes.NONE
PreviewTypes.TIFF_PREVIEW
r/wThe file format of the preview image saved with the exported EPS file.
propertiesObject r/wA property that allows setting of several properties at the same time.

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 EPSExportPreference.

string toSpecifier ()
Retrieves the object specifier.

Element of

Application.epsExportPreferences

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