CT_TableCell

Complex Type Information

Model

Children: extLst, tcPr, txBody

Attributes

QName Type Fixed Default Use Inheritable Annotation
gridSpan xsd:int 1 optional
hMerge xsd:boolean false optional
id xsd:string optional
rowSpan xsd:int 1 optional
vMerge xsd:boolean false optional

Used By

Element CT_TableRow/tc

Source

<xsd:complexType name="CT_TableCell">
  <xsd:sequence>
    <xsd:element name="txBody" type="CT_TextBody" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="tcPr" type="CT_TableCellProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="rowSpan" type="xsd:int" use="optional" default="1"/>
  <xsd:attribute name="gridSpan" type="xsd:int" use="optional" default="1"/>
  <xsd:attribute name="hMerge" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="vMerge" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="id" type="xsd:string" use="optional"/>
</xsd:complexType>