Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Docx reader: handle table column relative widths #9837

@jgm

Description

@jgm

These should be easy to extract from the

      <w:tblGrid>
        <w:gridCol w:w="2337"/>
        <w:gridCol w:w="2337"/>
        <w:gridCol w:w="2338"/>
        <w:gridCol w:w="2338"/>
      </w:tblGrid>

element which is a direct child of w:tbl.

The only complication is that we don't know the page width, so we may need to guess a bit.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions