ALso i tried using this.
app.findGrepPreferences.bulletsAndNumberingListType = ListType.bulletList;
myfound = app.findGrep();
for (i=0 ; i<myfound.length; i++) {
alert (myfound[i].bulletChar.bulletsFont)
}
Now the Alert is:
this is screenshot is "the paragraphs that has usual bullet and numbering style.
this is screenshot is for the "bullet that has been added Manually using the font Zapf Dingbats Font".
the script finds bulletChart.bulletFont and declare as AUTO_VALUE for normal bullets and [object Font] for bullets added using Zapf Dingbats fonts.
How do i, get the font name "zapf Dingbats" as a alert instead of [object Font].