Const
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> Copy
<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>
Readonly
At least the value specified
Height is determined based on the content, so value is ignored.
Exactly the value specified
Height rules for table rows.
Specifies how the height value should be interpreted.
XSD Schema