index
書式
pagePanelObject
.index
説明
ページパネルのインデックス番号を返します。読み出し専用です。CS6では-1になります。
var p=app.panels.itemByName("ページ"); alert(p.index);
目次に戻る