ProofingErrorValues enumeration

Office 2013 and later

Defines the ProofingErrorValues enumeration.

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

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Show: