parent

書式

lines.parent

説明

行の親オブジェクトを示します。TextFrameオブジェクトになります。
var obj=app.activeDocument.textFrames[0].lines.parent;
alert(obj);

目次に戻る