Hi,
I have a requirement to fetch the number from numbered list in word document. e.g. I have below details in my word document using C#
- Hello how are you
- This is number list
I want to retrieve numbers like 1. If I iterate by WParagraph and use Paragraph.Text method, it only returns Hello how are you
Can you please let me known if there is a way to get the id value from numbered list ?