The attribute valign allows to specify the vertical alignment of content within columns and tables. |
Attribute Group | elml:vAlignmentImp |
<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> |