index
書式
guideObject
.index
説明
guidesオブジェクト内でのguideオブジェクトのインデックス番号を示します。
var g=app.activeDocument.guides[6]; alert(g.index);
目次に戻る