<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>
|