Adobe InDesign CS5 (7.0) Object Model JS: TransformPreference

InDesign CS5

Class

TransformPreference

 Transform preferences. Base Class: Preference

QuickLinks

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Hierarchy

Application
Preference
TransformPreference
Event | EventListener | MutationEvent

Properties

PropertyTypeAccessDescription
adjustStrokeWeightWhenScalingbool r/wIf true, strokes are scaled when objects are scaled.
dimensionsIncludeStrokeWeightbool r/wIf true, includes the stroke weight when displaying object dimensions. If false, measures objects from the path or frame.
eventListenersEventListeners readonlyA collection of event listeners.
eventsEvents readonlyA collection of events.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
parentApplication readonlyThe parent of the TransformPreference (a Application).
propertiesObject r/wA property that allows setting of several properties at the same time.
showContentOffsetbool r/wIf true, measures the x and y values of the object relative to the containing frame. If false, measures the x and y values relative to the rulers.
transformationsAreTotalsbool r/wIf true, transformation values are relative to the parent object. If false, the transformation values are absolute values.
whenScalingWhenScalingOptions:
WhenScalingOptions.APPLY_TO_CONTENT
WhenScalingOptions.ADJUST_SCALING_PERCENTAGE
r/wThe method used to scale a page item.

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

string toSpecifier ()
Retrieves the object specifier.

Element of

Application.transformPreferences

Return

Array of TransformPreference TransformPreference.getElements ()

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