parent

書式

guideObject.parent

説明

parentは親オブジェクトを示します。
var g=app.activeDocument.guides[0];
alert(g.parent);

目次に戻る