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

Documentation
      horizontal alignment attributes for cell contents

      char        alignment char, e.g. char=':'
      charoff     offset for alignment char
      
Properties
This component is not nillable.

Model

  align = xs:token
  char = Character
  charoff = Length



Attribute Summary
 xs:tokenalign
          
 Characterchar
          
 Lengthcharoff
          

Attribute Detail

align

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

char

Type:
Character
Use:
optional
Form:
unqualified

charoff

Type:
Length
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="cellhalign">
<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:enumeration value="char"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="char" type="Character"/>
<xs:attribute name="charoff" type="Length"/>
</xs:attributeGroup>


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