rowalign

Attribute Information

Used By

Attribute Group m:mtr.attributes

Source

<xs:attribute name="rowalign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="baseline"/>
      <xs:enumeration value="axis"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample