Adobe InDesign CS4 (6.0) Object Model JS: ContourOption

InDesign CS4

Class

ContourOption

 A contour option. Base Class: Preference

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

TextWrapPreference
Preference
ContourOption

Properties

PropertyTypeAccessDescription
alphaChannelPathNamesArray of string readonlyA list of the alpha channels stored in the graphic.
contourPathNamestring r/wThe alpha channel or Photoshop path to use for the contour option. Valid only when the contour options is photoshop path or alpha channel.
contourTypeContourOptionsTypes:
ContourOptionsTypes.BOUNDING_BOX
ContourOptionsTypes.PHOTOSHOP_PATH
ContourOptionsTypes.DETECT_EDGES
ContourOptionsTypes.ALPHA_CHANNEL
ContourOptionsTypes.GRAPHIC_FRAME
ContourOptionsTypes.SAME_AS_CLIPPING
r/wThe contour type.
includeInsideEdgesbool r/wIf true, creates interior clipping paths within the surrounding clipping path. Note: Valid only when clipping type is alpha channel or detect edges.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
parentTextWrapPreference readonlyThe parent of the ContourOption (a TextWrapPreference).
photoshopPathNamesArray of string readonlyA list of the clipping paths stored in the graphic.
propertiesObject r/wA property that allows setting of several properties at the same time.

Methods

Instances

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

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

string toSpecifier ()
Retrieves the object specifier.

Element of

TextWrapPreference.contourOptions

Return

Array of ContourOption ContourOption.getElements ()

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