17.3.3.12 hpsRaise
This element specifies the distance which shall be left between the phonetic guide base text and the phonetic guide text when this phonetic guide text is displayed.
[Example: Consider a run of phonetic guide text which must have 10 points between the phonetic guide base text and the phonetic guide text. This constraint is specified using the following WordprocessingML:
<w:rubyPr>
…
<w:hpsRaise w:val="20"/>
…
</w:rubyPr>
The hpsRaise property is 20 half-points for the phonetic guide, so the phonetic guide text is displayed 10 points above the phonetic guide base text. end example]
Attributes
val
(Half Point
Specifies a positive measurement specified in half-points (1/144 of an inch).
Attributes
Measurement)
The contents of this attribute value are interpreted based on the context of the parent XML element.
[Example: Consider the following WordprocessingML fragment:
<… w:val="30" />
The value in the val attribute is 30, which is equivalent to 15 points (30 half-points).
This value is interpreted in the context of the parent element. end example]
The possible values for this attribute are defined by the ST_HpsMeasure simple type (17.18.42).
[Note: The W3C XML Schema definition of this element’s content model (CT_HpsMeasure) is located in A.1. end note]