BooleanValues 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 BooleanValues enumeration.
public enum BooleanValuespublic readonly struct BooleanValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Math.BooleanValues>, IEquatable<DocumentFormat.OpenXml.Math.BooleanValues>type BooleanValues = type BooleanValues = struct
    interface IEnumValue
    interface IEnumValueFactory<BooleanValues>Public Enum BooleanValuesPublic Structure BooleanValues
Implements IEnumValue, IEnumValueFactory(Of BooleanValues), IEquatable(Of BooleanValues)- Inheritance
- 
				BooleanValues
- Inheritance
- 
				BooleanValues
Fields
| Name | Value | Description | 
|---|---|---|
| True | 0 | true. When the item is serialized out as xml, its value is "true". | 
| False | 1 | false. When the item is serialized out as xml, its value is "false". | 
| On | 2 | On. When the item is serialized out as xml, its value is "on". | 
| Off | 3 | Off. When the item is serialized out as xml, its value is "off". | 
| Zero | 4 | When the item is serialized out as xml, its value is "0". | 
| One | 5 | When the item is serialized out as xml, its value is "1". | 
| BooleanValues(String) | Creates a new BooleanValues enum instance | |
| Equality(BooleanValues, BooleanValues) | ||
| Equals(BooleanValues) | ||
| Equals(Object) | ||
| False | false. When the item is serialized out as xml, its value is "false". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<BooleanValues>.Create(String) | ||
| Inequality(BooleanValues, BooleanValues) | ||
| Off | Off. When the item is serialized out as xml, its value is "off". | |
| On | On. When the item is serialized out as xml, its value is "on". | |
| One | When the item is serialized out as xml, its value is "1". | |
| ToString() | ||
| True | true. When the item is serialized out as xml, its value is "true". | |
| Zero | When the item is serialized out as xml, its value is "0". |