How to determine type of bullet using paragraph class?

Hi team,

Need an urgent reply.How to determine the type of bullet in paragraph ?
I am using below method :
if (para.isListItem()){
com.aspose.words.List list0 = para.getListFormat().getList();
ListLevel level0 = list0.getListLevels().get(para.getListFormat().getListLevelNumber());
String style = level0.getNumberFormat();
System.out.println("Number style " +style);
}
But output its diplaying as : ?

Thanks
Sonam Arora

Hi Sonam,


Thanks
for your inquiry. Unfortunately, Aspose.Words does not support the
requested feature at the moment. However, we had already logged a feature request as WORDSNET-7562 in our issue tracking system to determine the ListTemplate e.g BulletDisk, BulletCircle, BulletSquare etc. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

Hello,


Is there an update on this feature request, I would like to know if it is possible to determine the type of bullet from a paragraph that is a list item.

Thanks a lot!

Hi Sonam,

Thanks
for your inquiry. I regret to share with you that the implementation of
this feature has been postponed. We will inform you as soon as there are
any further developments.

We apologize for your inconvenience.