-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Index - Table of Contents, update #436
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
Try searching on 'python-docx table of contents'. This topic has been well-discussed, here for example #36. |
Thanks for the tip |
Hi, not sure what are the latest changes related to this issue, but seems that there is method |
The from docx.oxml.ns import qn |
Did you fond a solution to update the indexes in table of content without prompting user |
Also wondering this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I've read the docs and searched through the issues but haven't found the solution, if there is any. I am working on a medium size docx file creator and at the end of it, after populating vars and paragraphs I would like to update the Index at the beginning. This function is offered when clicking on the mentioned index and a blue little label is shown with an arrow. When clicking on it we can "Update table..."
Is there an implementation of this in the library?
Much appreciated,
nM
The text was updated successfully, but these errors were encountered: