John MacFarlane
d820620ccd
Docx reader: properly calculate table column widths.
...
Previously we assumed that every table took up the full text
width. Now we read the text width from the document's
sectPr.
Closes #9837 .
Closes #11147 .
2025-09-17 14:24:33 +02:00
Emily Bourke
44484d0dee
Docx reader: Read table column widths.
2021-05-28 20:15:23 +02:00
despresc
d368536a4e
Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors
2020-04-15 23:03:22 -04:00
despresc
4e34d366df
Adapt to the newest Table type, fix some previous adaptation issues
...
- Writers.Native is now adapted to the new Table type.
- Inline captions should now be conditionally wrapped in a Plain, not
a Para block.
- The toLegacyTable function now lives in Writers.Shared.
2020-04-15 23:03:22 -04:00
despresc
7254a2ae0b
Implement the new Table type
2020-04-15 23:03:22 -04:00
John MacFarlane
18ab864269
Moved tests/ -> test/.
2017-02-04 12:56:30 +01:00