Creates a table width element in a WordprocessingML document.
Used for specifying widths of tables, cells, margins, and indentation.
Reference: http://officeopenxml.com/WPtableWidth.php
createTableWidthElement("w:tblW", { size: 5000, type: WidthType.DXA });createTableWidthElement("w:tcW", { size: 50, type: WidthType.PERCENTAGE }); Copy
createTableWidthElement("w:tblW", { size: 5000, type: WidthType.DXA });createTableWidthElement("w:tcW", { size: 50, type: WidthType.PERCENTAGE });
Creates a table width element in a WordprocessingML document.
Used for specifying widths of tables, cells, margins, and indentation.
Reference: http://officeopenxml.com/WPtableWidth.php