Creates table layout settings in a WordprocessingML document.
The tblLayout element specifies the algorithm used to lay out the table.
<xsd:complexType name="CT_TblLayoutType"> <xsd:attribute name="type" type="ST_TblLayoutType"/></xsd:complexType> Copy
<xsd:complexType name="CT_TblLayoutType"> <xsd:attribute name="type" type="ST_TblLayoutType"/></xsd:complexType>
createTableLayout(TableLayoutType.FIXED); Copy
createTableLayout(TableLayoutType.FIXED);
Creates table layout settings in a WordprocessingML document.
The tblLayout element specifies the algorithm used to lay out the table.
XSD Schema