parent
書式
guides.parent
説明
guidesオブジェクトの親オブジェクト返します。
?
1
2
var
str=app.activeDocument.guides.parent;
alert(str);
目次に戻る