var s=app.activeDocument.objectStyles[4]; alert(s.label); s.label="Sample-Obj-Style"; alert(s.label);