selectedPathPoints

書式

textPathObject.selectedPathPoints

説明

textPath(テキストパス)のselectedPathPointsコレクションを示します。選択されている場合はselectedPathPointsコレクションを返しますが、選択されていない場合は何も返しません。
var tp=app.activeDocument.textFrames[0].textPath;
alert(tp.selectedPathPoints);

目次に戻る