previousItem()
書式
lineObject =
linesObject
.previousItem(
lineObject
)
説明
previousItem()はパラメーターで指定された1つ前のlineObjectオブジェクトを返します。
var p=app.activeDocument.pages[0].textFrames[0].lines; alert(p.previousItem(p[3]).contents);
目次に戻る