Definition Type: Element
Name: tblLook
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:shortHexNumberProperty
Containing Schema: wordnet.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Specifies what aspects of table styles should be included. This is a bitmask of options: 0x0020=Apply header row formatting; 0x0040=Apply last row formatting; 0x0080=Apply header column formatting; 0x0100=Apply last column formatting.
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnet_xsd Drilldown into shortHexNumberProperty in schema wordnet_xsdXSD Diagram of tblLook in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="tblLook" type="shortHexNumberProperty" minOccurs="0" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>Specifies what aspects of table styles should be included. This is a bitmask of options: 0x0020=Apply header row formatting; 0x0040=Apply last row formatting; 0x0080=Apply header column formatting; 0x0100=Apply last column formatting.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
Collapse Derivation Tree: