Defines the state of proofing tools in this document.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| spelling | proofType | optional | Gets or sets the state of the spelling checker in this document. | 
 | 
| grammar | proofType | optional | Gets or sets the state of the grammar checker in this document. | 
 | 
      
<xsd:complexType name="proofProperty" >
  <xsd:attribute name="spelling" type="proofType" use="optional">
  </xsd:attribute>
  <xsd:attribute name="grammar" type="proofType" use="optional">
  </xsd:attribute>
</xsd:complexType>