CT_TblLook

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
firstColumn ST_OnOff optional
firstRow ST_OnOff optional
lastColumn ST_OnOff optional
lastRow ST_OnOff optional
noHBand ST_OnOff optional
noVBand ST_OnOff optional

Used By

Source

<xsd:complexType name="CT_TblLook">
  <xsd:attribute name="firstRow" type="s:ST_OnOff"/>
  <xsd:attribute name="lastRow" type="s:ST_OnOff"/>
  <xsd:attribute name="firstColumn" type="s:ST_OnOff"/>
  <xsd:attribute name="lastColumn" type="s:ST_OnOff"/>
  <xsd:attribute name="noHBand" type="s:ST_OnOff"/>
  <xsd:attribute name="noVBand" type="s:ST_OnOff"/>
</xsd:complexType>