try{ var sym=app.activeDocument.symbols.getByName("リボン"); alert("シンボルがあります"); }catch(e){ alert("そのようなシンボルはありません"); }