Adobe InDesign CS5.5 (7.5) Object Model JS: EPSExportPreference

InDesign CS5.5

Class

EPSExportPreference

 EPS export preferences. Base Class: Preference

QuickLinks

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Hierarchy

Application
Preference
EPSExportPreference
Event | EventListener | MutationEvent

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.
eventListenersEventListeners EventListener readonlyA collection of event listeners.
eventsEvents Event readonlyA collection of events.
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.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
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
PreviewTypes.PICT_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

EventListener addEventListener (eventType: string, handler: varies[, captures: bool=false])
Adds an event listener.

ParameterTypeDescription
eventTypestringThe event type.
handlerFile
JavaScript Function
The event handler. Can accept: File or JavaScript Function.
capturesboolThis parameter is obsolete. (Optional) (default: false)

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

bool removeEventListener (eventType: string, handler: varies[, captures: bool=false])
Removes the event listener.

ParameterTypeDescription
eventTypestringThe registered event type.
handlerFile
JavaScript Function
The registered event handler. Can accept: File or JavaScript Function.
capturesboolThis parameter is obsolete. (Optional) (default: false)

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

string toSpecifier ()
Retrieves the object specifier.

Element of

Application.epsExportPreferences

Return

Array of EPSExportPreference EPSExportPreference.getElements ()

Jongware, 28-Apr-2012 v3.0.3iContents :: Index