firstItem()
書式
paragraphObject =
paragraphsObject
.firstItem()
説明
firstItem()は最初のparagraph(段落)オブジェクトを返します。指定できるパラメーターはありません。
var p=app.activeDocument.pages[0].textFrames[0].paragraphs.firstItem(); alert(p.contents);
目次に戻る