http://maven.apache.org/FML/1.0.1
attributeGroup TextAlign

Documentation
      text alignment for p, div, h1-h5. The default is
      align="left" for ltr headings, "right" for rtl
      
Properties
This component is not nillable.

Model

  align = xs:token



Attribute Summary
 xs:tokenalign
          

Attribute Detail

align

Type:
based on
with :
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="TextAlign">
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="justify"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.