previousItem()

書式

textFrameObject = textFramesObject.previousItem(textFrameObject)

説明

previousItem()はパラメーターで指定された1つ前のtextFrameオブジェクトを返します。
var t=app.activeDocument.textFrames;
alert(t.previousItem(t[1]).id);

目次に戻る