valign

The attribute valign allows to specify the vertical alignment of content within columns and
tables.

Attribute Information

Used By

Attribute Group elml:vAlignmentImp

Source

<xs:attribute name="valign">
  <xs:annotation>
    <xs:documentation>The attribute valign allows to specify the vertical alignment of content within columns and tables.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample