parentPage

書式

ovalObject.parentPage

説明

ovalオブジェクトがあるPageオブジェクトを示します。
var o=app.activeDocument.ovals;
alert(o[0].parentPage.name);

目次に戻る