Adobe InDesign CS6 Server (8.0) Object Model JS: EPSImportPreference

InDesign Server CS6

Class

EPSImportPreference

 EPS import preferences. Base Class: Preference

QuickLinks

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Hierarchy

Application
Preference
EPSImportPreference
Event | EventListener | MutationEvent

Properties

PropertyTypeAccessDescription
epsFramesbool r/wIf true, applies clipping paths stored in the EPS file.
epsProxyCreateProxy:
CreateProxy.AS_NEEDED
CreateProxy.ALWAYS
r/wIndicates when to create preview images.
eventListenersEventListeners EventListener readonlyA collection of event listeners.
eventsEvents Event readonlyA collection of events.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
opiCommentsbool r/wIf true, reads OPI image links in the imported EPS file. If false, preserves the OPI links but does not read them.
parentApplication readonlyThe parent of the EPSImportPreference (a Application).
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 EPSImportPreference 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 EPSImportPreference.

string toSpecifier ()
Retrieves the object specifier.

Element of

Application.epsImportPreferences

Return

Array of EPSImportPreference EPSImportPreference.getElements ()

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