<tblStyleRowBandSize>
(Number of Rows in Row Band)
This element specifies the number of rows which shall comprise each a table style row band for this table style. This element determines how many rows constitute each of the row bands for the current table, allowing row band formatting to be applied to groups of rows (rather than just single alternating rows) when the table is formatted.
If this element is omitted, then the default number of rows in a single row band shall be assumed to be 1
.
<w:style w:type="table" w:styleId="exampleTableStyle"> <w:tblPr> <w:tblStyleRowBandSize w:val="3" /> <w:tblStyleColBandSize w:val="2" /> </w:tblPr> … </w:style>
The <tblStyleRowBandSize>
element specifies that the width of each row band shall be 3
columns - therefore band1Horiz
row banding conditional formatting shall be applied to row 1 through 3, 7 through 9, etc. in the table. ]
Attributes |
Description |
---|---|
|
Specifies that the contents of this attribute will contain a decimal number. The contents of this decimal number are interpreted based on the context of the parent XML element. <w:… w:val="1512645511" /> The value of the The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DecimalNumber">
<attribute name="val" type="ST_DecimalNumber" use="required"/>
</complexType>