anyItem()

書式

lineObject = linesObject.anyItem()

説明

anyItem()はいずれかのlineObjectオブジェクトを返します。返されるlineObjectオブジェクトはランダムです。指定できるパラメーターはありません。
var p=app.activeDocument.pages[0].textFrames[0].lines;
alert(p.anyItem().contents);

目次に戻る