id
書式
objectStyleObject
.id
説明
objectStyleのIDを示します。読み出しのみで書き込むことはできません。
var s=app.activeDocument.objectStyles; alert(s[4].id);
目次に戻る