<xsd:complexType name="trPrElt">
<xsd:annotation>
<xsd:documentation>Defines the table row properties.</xsd:documentation>
</xsd:annotation>
<xsd:choice maxOccurs="unbounded">
<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 row (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="divId" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Defines what HTML DIV element this row belongs within.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gridBefore" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the number of grid units consumed before the first cell; assumed to be zero.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gridAfter" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the number of grid units consumed after the last cell; assumed to be zero.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wBefore" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the preferred width before the table row.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wAfter" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the preferred width after the table row.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cantSplit" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies that a page cannot split this row.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trHeight" type="heightProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the height of this row.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tblHeader" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies that this row belongs to the collection of header rows that will repeat at the top of every page and will get any special header row formatting from the table style. If this row is not contiguously connected with the first row of the table (that is, if it isn't either the first row itself, or all of the rows between this row and the first row are marked as header rows), this property will be ignored.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tblCellSpacing" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents HTML Cellspacing for the table (the spacing between individual cells). this is allowed on a row because, in some obscure cases, we allow row-specific cell-spacing</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="jc" type="jcProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the table alignment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Row property revision marking.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|