nitf:cellAlign

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of string optional
Alignment of text in the cell or column group.
char string optional
HTML formatting attribute.
charoff string optional
HTML formatting attribute.

Used By

Source

<attributeGroup name="cellAlign">
  <attribute name="align" use="optional">
    <annotation>
      <documentation>Alignment of text in the cell or column group.</documentation>
    </annotation>
    <simpleType>
      <restriction base="string">
        <enumeration value="left"/>
        <enumeration value="center"/>
        <enumeration value="right"/>
        <enumeration value="justify"/>
        <enumeration value="char"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="char" type="string" use="optional">
    <annotation>
      <documentation>HTML formatting attribute.</documentation>
    </annotation>
  </attribute>
  <attribute name="charoff" type="string" use="optional">
    <annotation>
      <documentation>HTML formatting attribute.</documentation>
    </annotation>
  </attribute>
</attributeGroup>