17.18.37 ST_HeightRule

This simple type specifies the logic which shall be used to calculate the height of the parent object when it is displayed in the document.

[Example: Consider the following table row:

<w:trPr>
  <w:trHeight w:hRule="atLeast" w:val="2189" />
</w:trPr>

The val attribute specifies a value of 2189 twentieths of a point, so this table row is a minimum of 2189 twentieths of a point high regardless of its contents, since its hRule value is set to atLeast. end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that the height of the parent object shall be at least the value specified, but can be expanded to fit its content as needed.

Specifies that the height of the parent object shall be automatically determined by the size of its contents, with no predetermined minimum or maximum size.

Specifies that the height of the parent object shall be exactly the value specified, regardless of the size of the contents of the object.

If the contents are too large for the specified height, then they shall be clipped.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_HeightRule) is located in A.1. end note]

Last updated on