How to read MS word style of bullets in NET program!

Dear Aspose team,
I have a problem with read a list of bullets.
if I use MS word style of bullets in a word,
I cannot find it with run text,
How can I read bullets in program.

Example :
1 fruit
1.1 apple
1.1.1 red
1.2 banana
1.2.1 yellow

Thank you very much for your help,
sean

Hi

Thanks for your inquiry. If you would like to get list item number, unfortunately, there is no way to get list item numbers using Aspose.Words. These numbers are not stored in the document. MS Word calculates list numbers on the fly during opening document. However, you can try to create your own method for calculating list numbers.
I created sample code for another customer to achieve similar task. Please see the following link to learn more.
https://forum.aspose.com/t/106128
Best regards.