<vertAlign>
(Vertical Alignment)
This element adjusts the vertical position of the text relative to the text's default appearance for this run. It is used to get 'superscript' or 'subscript' texts, and shall reduce the font size (if a smaller size is available) accordingly.
Attributes |
Description |
---|---|
|
An enumeration representing the vertical-alignment setting. Setting this to either The possible values for this attribute are defined by the ST_VerticalAlignRun simple type (§3.18.90). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_VerticalAlignFontProperty">
<attribute name="val" type="ST_VerticalAlignRun" use="required"/>
</complexType>