docx
    Preparing search index...

    Variable HeightRuleConst

    HeightRule: { ATLEAST: "atLeast"; AUTO: "auto"; EXACT: "exact" } = ...

    Height rules for table rows.

    Specifies how the height value should be interpreted.

    <xsd:simpleType name="ST_HeightRule">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="auto"/>
    <xsd:enumeration value="exact"/>
    <xsd:enumeration value="atLeast"/>
    </xsd:restriction>
    </xsd:simpleType>

    Type Declaration

    • ReadonlyATLEAST: "atLeast"

      At least the value specified

    • ReadonlyAUTO: "auto"

      Height is determined based on the content, so value is ignored.

    • ReadonlyEXACT: "exact"

      Exactly the value specified