index

書式

textFrameObject.index

説明

TextFrameコレクション内でのインデックス番号を返します。読み出し専用です。
var t=app.activeDocument.textFrames;
alert(t[0].index);

目次に戻る