label

書式

objectStyleObject.label

説明

objectStyleオブジェクトのスクリプトラベルの内容を示します。読み出し、書き込みが可能です。
var s=app.activeDocument.objectStyles[4];
alert(s.label);
s.label="Sample-Obj-Style";
alert(s.label);

目次に戻る