try{ var cs=app.activeDocument.characterStyles.getByName("文字スタイル1"); alert(cs.name); }catch(e){ alert("該当する名前の文字スタイルはありません。"); }