Bullet type not being identified

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

Hi Piers,


I have observed your comments. We are working on this issue and will get back to you with feedback soon.

Best Regards,

Hi Piers,


I have observed your comments. I have shared a piece of code in a text file with you. I hope you will find this helpful to achieve your requirements.

Best Regards,

Sorry I didn’t realise I had to be logged in to get the text file.


Your solution worked well - many thanks

Regards

Piers

Hi Piers,


You are very Welcome.

Best Regards,