Hi Jarek!
Here it is, I tried for the options.
para = app.activeDocument.stories.everyItem().paragraphs.everyItem().bullets AndNumberingListType;
if(para.fontName !=="ZapfDingbats") {
alert ("check bullet font")
}
So, I want to check the bullets fonts for Zapf Dingbats, if not, the alert should be produced. if yes, exit.
Please help on this..