name
書式
ovalObject
.name
説明
ovalオブジェクトの名前を返します。読み出し、書き込みが可能です。
var o=app.activeDocument.ovals; alert(o[0].name); o[0].name="InDesignOvals";
目次に戻る