Adobe InDesign CS (3.0) Object Model JS: PathPoint

InDesign CS

Class

PathPoint

 A path point of a path.

QuickLinks

remove

Hierarchy

Path
PathPoint

Properties

PropertyTypeAccessDescription
anchor Array of Measurement Unit (Number or String) r/wThe location of the path point on the page, in the format [x, y].
indexnumber readonlyThe index of the PathPoint within its containing object.
leftDirection Array of Measurement Unit (Number or String) r/wThe left-direction point, which controls the curve of the line segment preceding the path point on the path, in the format [x, y].
parentPath readonlyThe parent of the PathPoint (a Path).
pointTypePointType:
PointType.LINE_TYPE
PointType.SMOOTH
PointType.CORNER
r/wThe path point type.
propertiesObject r/wA property that allows setting of several properties at the same time.
rightDirection Array of Measurement Unit (Number or String) r/wThe right-direction point, which controls the curve of the line segment following the path point on the path, in the format [x, y].

Methods

Instances

void remove ()
Deletes the PathPoint.

Return

PathPoint PathPoints.add ([withProperties: Object])

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