CT_TableProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bandCol xsd:boolean false optional
bandRow xsd:boolean false optional
firstCol xsd:boolean false optional
firstRow xsd:boolean false optional
lastCol xsd:boolean false optional
lastRow xsd:boolean false optional
rtl xsd:boolean false optional

Used By

Element CT_Table/tblPr

Source

<xsd:complexType name="CT_TableProperties">
  <xsd:sequence>
    <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:choice minOccurs="0" maxOccurs="1">
      <xsd:element name="tableStyle" type="CT_TableStyle"/>
      <xsd:element name="tableStyleId" type="s:ST_Guid"/>
    </xsd:choice>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="rtl" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="firstRow" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="firstCol" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="lastRow" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="lastCol" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="bandRow" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="bandCol" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>