Hi,
alert (mfound[i].bulletChar.bulletsFont.fullName);
but be awared:
mfound is an array of textStyleRanges, so one element can contain many paragraphs (bullets).
to alert all of them - iterate through mfound[i].paragraphs.
Jarek
Hi,
alert (mfound[i].bulletChar.bulletsFont.fullName);
but be awared:
mfound is an array of textStyleRanges, so one element can contain many paragraphs (bullets).
to alert all of them - iterate through mfound[i].paragraphs.
Jarek