-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docx reader: reset lists after headers in same list numId.
Headings in docx, even ones that do not have a visible number, can have a numId, and in odd cases can even share a numId with a list that continues after the header. In this case the list numbering should be reset by the header. To accomplish this, we add a Heading constructor to BodyPart and include on it all the information list items have. Closes #10258.
- Loading branch information
Showing
2 changed files
with
38 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters