parentPage
書式
guideObject
.parentPage
説明
parentPageはガイドがあるページのオブジェクトを示します。
var g=app.activeDocument.guides[4]; alert(g.parentPage.name);
目次に戻る