-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Getting list numbering #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd also like to get paragraph numbering. Has there been any development of this? |
Also looking for numbering, especcially for sections... Any hints on this? |
up |
1 similar comment
up |
sames |
Is this going to implemented? Seems like an old issue, but it is still getting traction, which means it is important for people. I'd love to see a nice API call for retrieving list numbers. 😍 |
sames |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
I`m wondering how can I get list numbering of paragraphs with style "Paragraph List"
So far I got such thoughts:
Next step should be finding <w:num> which corresponds to numId, that I got above
Then look into <w:AbstractNum> to get ordering info (such as start value ...)
And that is fail, because it does not represent what I see in xml,
I get smth like this
Instead of
And more, if I manage to get start value, I will have to manually count paragraphs with same level id, then increase start value and only after that I will get numbering of paragraph.
Maybe there is more straightforward and easy way?
Thanks
The text was updated successfully, but these errors were encountered: