The following code is not identifying the 4 bullet points for the attached presentation that only has four bulleted lines in between two other non-bulleted lines on it can you advise please how I get a bullet type for this list in this situation.
Other list do work with this code but not this list?
…
for(int pgCount=0;pgCount<tfText.getParagraphs().getCount();pgCount++)
{
paragraph=tfText.getParagraphs().get_Item(pgCount);
bulletType = paragraph.getParagraphFormat().getBullet().getType();
//this is returning -1 for the paragraphs where there is a bullet?
Regards
Piers