ST_AlignV

Simple Type Information

Used By

Element CT_PosV/align

Source

<xsd:simpleType name="ST_AlignV">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="top"/>
    <xsd:enumeration value="bottom"/>
    <xsd:enumeration value="center"/>
    <xsd:enumeration value="inside"/>
    <xsd:enumeration value="outside"/>
  </xsd:restriction>
</xsd:simpleType>