Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-12 | Docx writer: handle table header using styles. | John MacFarlane | 1 | -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-13 | Docx writer: keep raw openxml strings verbatim. | Albert Krewinkel | 1 | -0/+0 | |
Closes: #6933 |