When setting DocxTableCell.marginLeft=100, I think we should get ``` <w:tcPr> ...<w:tcMar> <w:left w:w="100" w:type="dxa"/> </w:tcMar> ``` This does not seem to happen afaics
When setting DocxTableCell.marginLeft=100, I think we should get
This does not seem to happen afaics