<xsd:complexType name="tcPrElt">
<xsd:annotation>
<xsd:documentation>Defines the table cell properties.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="cnfStyle" type="cnfProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A string representation of a binary bitmask representing the conditional formatting results for this table cell (left to right): FirstRow, LastRow, FirstColumn, LastColumn, Band1Vertical, Band2Vertical, Band1Horizontal, Band2Horizontal, NE Cell, NW Cell, SE Cell, SW Cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcW" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the preferred width for this cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gridSpan" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the number of grid units this cell consumes -- assumed to be 1.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hmerge" type="hMergeProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether this cell is part of (or the beginning of) a horizontally merged region.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vmerge" type="vMergeProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether this cell is part of (or the beginning of) a vertically merged region.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcBorders" type="tcBordersElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Defines the borders for this cell -- these definitions override the definitions given by the table borders.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shd" type="shdProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the underlying shading for this cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="noWrap" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>If present, specifies that the contents of this cell should never wrap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcMar" type="tcMarElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Defines the margins for this cell (maps to CSS padding property). Overrides any definitions given in the table properties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="textFlow" type="textDirectionProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Defines the text flow for this cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcFitText" type="onOffProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Visually reduces the size of font characters so that all text within the cell fits within the column width. The more text, the smaller the font appears on the screen. The actual font size does not change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vAlign" type="verticalJustificationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies where you want the text in the cells to be aligned, whether it is at the top, center, or bottom.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Cell property revision marking.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|