tabOrder

書式

pageObject.tabOrder

説明

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

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

目次に戻る