QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
type | ST_TblStyleOverrideType | required |
Element | CT_Style/tblStylePr |
<xsd:complexType name="CT_TblStylePr"> <xsd:sequence> <xsd:element name="pPr" type="CT_PPrGeneral" minOccurs="0"/> <xsd:element name="rPr" type="CT_RPr" minOccurs="0"/> <xsd:element name="tblPr" type="CT_TblPrBase" minOccurs="0"/> <xsd:element name="trPr" type="CT_TrPr" minOccurs="0" maxOccurs="1"/> <xsd:element name="tcPr" type="CT_TcPr" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="type" type="ST_TblStyleOverrideType" use="required"/> </xsd:complexType> |