DocumentID: ECMA-376/Part4/2.4.52 Title: ECMA-376, Part4: 2.4.52 tblLook (Table Style Conditional Formatting Settings Exception) Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006 Warning: Coverted to HTML format by a script known to have bugs
This element specifies the components of the conditional formatting of the referenced table style (if one exists) which shall be applied to the set of table rows with the current table-level property exceptions. A table style can specify up to six different optional conditional formats [Example: Different formatting for first column. end example], which then can be applied or omitted from individual table rows in the parent table.
This element's value is hexadecimal code containing a bitmask of options, interpreted as follows:
If omitted, the bitmask of table style options on the current table row shall be assumed to be the value specified on the table-level properties.
[Example: Consider a table which shall use the following conditional formatting properties from the referenced table style:
This table would then apply the following portions of the bitmask:
The resulting WordprocessingML would be specified as follows:
<w:tblPrEx>
<w:tblLook w:val="0660"/>
</w:tblPrEx>
The tblLook element specifies a bitmask which determines the components of the table style applied to the current table. end example]
|
Parent Elements |
|
Attributes |
Description |
|---|---|
|
val (Two Digit Hexadecimal Value) |
Specifies a value specified as a two digit hexadecimal number), whose contents are interpreted based on the context of the parent XML element. [Example: Consider the following WordprocessingML fragment:
The value of 0010 is interpreted in the context of the parent element. end example] The possible values for this attribute are defined by the ST_ShortHexNumber simple type (§2.18.86). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ShortHexNumber">
<attribute name="val" type="ST_ShortHexNumber" use="required"/>
</complexType>