<proofState>
(Spelling and Grammatical Checking State)
This element specifies if the grammar and spell checking engines of the last application to process this document completed checking the grammar and spelling of a the document before the document was last saved. Applications which modify the document contents without checking spelling or grammar should reset these states as needed.
This may increase the speed with which the hosting application loads the file, and does not compromise the state of the grammar or spell checking of the document, as all errors have already been found and flagged with the <proofErr>
element (§2.13.8.1) as the document has not been edited, only loaded, since it was last saved. ]
<w:proofState w:spelling="clean" w:grammar="clean" />
The <proofState>
element's attributes @spelling
and @grammar
attribute both have the value clean
specifying that the hosting application's grammar and spell checking engines completed checking both the grammar and spelling of the given document when it was last saved. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies if an application's grammar checking engine completed checking the grammatical content of the document when it was last saved. If this attribute is omitted, then its value is assumed to be <w:proofState w:spelling="clean" w:grammar="clean" /> The The possible values for this attribute are defined by the ST_Proof simple type (§2.18.76). |
|
Specifies if an application's spell checking engine completed checking the spelling of the document when it was last saved. If this attribute is omitted, then its value is assumed to be <w:proofState w:spelling="clean" w:grammar="clean" /> The The possible values for this attribute are defined by the ST_Proof simple type (§2.18.76). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Proof">
<attribute name="spelling" type="ST_Proof" use="optional"/>
<attribute name="grammar" type="ST_Proof" use="optional"/>
</complexType>