firstItem()

書式

lineObject = linesObject.firstItem()

説明

firstItem()は最初のlineObjectオブジェクトを返します。指定できるパラメーターはありません。
var p=app.activeDocument.pages[0].textFrames[0].lines;
alert(p.firstItem().contents);

目次に戻る