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