ProofingErrorValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the ProofingErrorValues enumeration.
public enum ProofingErrorValues
public readonly struct ProofingErrorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues>
type ProofingErrorValues =
type ProofingErrorValues = struct
interface IEnumValue
interface IEnumValueFactory<ProofingErrorValues>
Public Enum ProofingErrorValues
Public Structure ProofingErrorValues
Implements IEnumValue, IEnumValueFactory(Of ProofingErrorValues), IEquatable(Of ProofingErrorValues)
- Inheritance
-
ProofingErrorValues
- Inheritance
-
ProofingErrorValues
Fields
Name | Value | Description |
---|---|---|
SpellStart | 0 | Start of Region Marked as Spelling Error. When the item is serialized out as xml, its value is "spellStart". |
SpellEnd | 1 | End of Region Marked as Spelling Error. When the item is serialized out as xml, its value is "spellEnd". |
GrammarStart | 2 | Start of Region Marked as Grammatical Error. When the item is serialized out as xml, its value is "gramStart". |
GrammarEnd | 3 | End of Region Marked as Grammatical Error. When the item is serialized out as xml, its value is "gramEnd". |
Equality(ProofingErrorValues, ProofingErrorValues) | ||
Equals(Object) | ||
Equals(ProofingErrorValues) | ||
GetHashCode() | ||
GrammarEnd | End of Region Marked as Grammatical Error. When the item is serialized out as xml, its value is "gramEnd". |
|
GrammarStart | Start of Region Marked as Grammatical Error. When the item is serialized out as xml, its value is "gramStart". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ProofingErrorValues>.Create(String) | ||
Inequality(ProofingErrorValues, ProofingErrorValues) | ||
ProofingErrorValues(String) | Creates a new ProofingErrorValues enum instance |
|
SpellEnd | End of Region Marked as Spelling Error. When the item is serialized out as xml, its value is "spellEnd". |
|
SpellStart | Start of Region Marked as Spelling Error. When the item is serialized out as xml, its value is "spellStart". |
|
ToString() |