ProofingStateValues 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 ProofingStateValues enumeration.
public enum ProofingStateValuespublic readonly struct ProofingStateValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues>type ProofingStateValues = type ProofingStateValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ProofingStateValues>Public Enum ProofingStateValuesPublic Structure ProofingStateValues
Implements IEnumValue, IEnumValueFactory(Of ProofingStateValues), IEquatable(Of ProofingStateValues)- Inheritance
- 
				ProofingStateValues
- Inheritance
- 
				ProofingStateValues
Fields
| Name | Value | Description | 
|---|---|---|
| Clean | 0 | Check Completed. When the item is serialized out as xml, its value is "clean". | 
| Dirty | 1 | Check Not Completed. When the item is serialized out as xml, its value is "dirty". | 
| Clean | Check Completed. When the item is serialized out as xml, its value is "clean". | |
| Dirty | Check Not Completed. When the item is serialized out as xml, its value is "dirty". | |
| Equality(ProofingStateValues, ProofingStateValues) | ||
| Equals(Object) | ||
| Equals(ProofingStateValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ProofingStateValues>.Create(String) | ||
| Inequality(ProofingStateValues, ProofingStateValues) | ||
| ProofingStateValues(String) | Creates a new ProofingStateValues enum instance | |
| ToString() |