textFrames

書式

pageObject.textFrames

説明

textFrameオブジェクトが格納されているコレクションです。

var p=app.activeDocument.pages[0];
alert(p.textFrames.length);

目次に戻る