name
書式
objectStyleObject
.name
説明
オブジェクトスタイルの名前を示します。読み出し、書き込みが可能です。
var s=app.activeDocument.objectStyles; alert(s[4].name);
目次に戻る