Definition Type: SimpleType
Name: verticalJustificationValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines vertical alignment for text between top and bottom margins.
Collapse XSD Schema Diagram:
XSD Diagram of verticalJustificationValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="verticalJustificationValue">
    <xsd:annotation>
        <xsd:documentation>Defines vertical alignment for text between top and bottom margins.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="top">
            <xsd:annotation>
                <xsd:documentation>Vertically aligns text to the top margin.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="center">
            <xsd:annotation>
                <xsd:documentation>Vertically aligns text centered between top and bottom margins.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="both">
            <xsd:annotation>
                <xsd:documentation>Vertically aligns text to both top and bottom margins.  This only affects full pages.  Word aligns partial pages with the top margin.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="bottom">
            <xsd:annotation>
                <xsd:documentation>Vertically aligns text to the bototm margin.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration top
Enumeration center
Enumeration both
Enumeration bottom
Collapse Derivation Tree:
  • verticalJustificationValue
Collapse References:
W:val