Definition Type: SimpleType
Name: verticalAlignRunType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines the possible settings for vertical alignment of a run of text.
Collapse XSD Schema Diagram:
XSD Diagram of verticalAlignRunType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="verticalAlignRunType">
    <xsd:annotation>
        <xsd:documentation>Defines the possible settings for vertical alignment of a run of text.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="baseline">
            <xsd:annotation>
                <xsd:documentation>Returns the text in this run to the baseline and returns it to the original font size.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="superscript">
            <xsd:annotation>
                <xsd:documentation>Raises the text in this run above the baseline and changes it to a smaller size, if a smaller size is available.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="subscript">
            <xsd:annotation>
                <xsd:documentation>Lowers the text in this run below the baseline and changes it to a smaller size, if a smaller size is available.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration baseline
Enumeration superscript
Enumeration subscript
Collapse Derivation Tree:
  • verticalAlignRunType
Collapse References:
W:val