Is there any way to determine the text of the list number for a paragraph that has "IsListItem=true" on its ListFormat?
For example, if my document looked like this:
- This is the first item
- This is the second item
Then the two paragraphs would just read "This is the first item" and "This is the second item". I'm looking for something that would give me "1." and "2.", respectively.
I know the list number is calculated based on the list format, list level, and its position in the list, but is there a way to get this text automatically or would I just have to piece it together myself?