ProofingErrorValues Enumeration

Defines the ProofingErrorValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ProofingErrorValues
'Usage
Dim instance As ProofingErrorValues
public enum ProofingErrorValues

Members

Member name Description
SpellStart Start of Region Marked as Spelling Error. When the item is serialized out as xml, its value is "spellStart".
SpellEnd End of Region Marked as Spelling Error. When the item is serialized out as xml, its value is "spellEnd".
GrammarStart Start of Region Marked as Grammatical Error. When the item is serialized out as xml, its value is "gramStart".
GrammarEnd End of Region Marked as Grammatical Error. When the item is serialized out as xml, its value is "gramEnd".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace