docx
    Preparing search index...

    Variable WidthTypeConst

    WidthType: { AUTO: "auto"; DXA: "dxa"; NIL: "nil"; PERCENTAGE: "pct" } = ...

    Width type values for tables and cells.

    <xsd:simpleType name="ST_TblWidth">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="nil"/>
    <xsd:enumeration value="pct"/>
    <xsd:enumeration value="dxa"/>
    <xsd:enumeration value="auto"/>
    </xsd:restriction>
    </xsd:simpleType>

    Type declaration

    • ReadonlyAUTO: "auto"

      Auto.

    • ReadonlyDXA: "dxa"

      Value is in twentieths of a point

    • ReadonlyNIL: "nil"

      No (empty) value.

    • ReadonlyPERCENTAGE: "pct"

      Value is in percentage.