docx
    Preparing search index...

    Function createTableLayout

    • 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>

      Parameters

      • type: "fixed" | "autofit"

      Returns XmlComponent

      createTableLayout(TableLayoutType.FIXED);