aboutsummaryrefslogtreecommitdiff
path: root/test/docx/golden/raw-bookmarks.docx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-12Docx writer: handle table header using styles.John MacFarlane1-0/+0
Instead of hard-coding the border and header cell vertical alignment, we now let this be determined by the Table style, making use of Word's "conditional formatting" for the table's first row. For headerless tables, we use the tblLook element to tell Word not to apply conditional first-row formatting. Closes #7008.
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel1-0/+0
Closes: #6933