BooleanValues Enum

Definition

Defines the BooleanValues enumeration.

public enum BooleanValues
public 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 BooleanValues
Public Structure BooleanValues
Implements IEnumValue, IEnumValueFactory(Of BooleanValues), IEquatable(Of BooleanValues)
Inheritance
BooleanValues
Inheritance
BooleanValues

Fields

BooleanValues(String)

Creates a new BooleanValues enum instance

Equals(BooleanValues)
Equals(Object)
False

false.

When the item is serialized out as xml, its value is "false".

False 1

false.

When the item is serialized out as xml, its value is "false".

GetHashCode()
Off 3

Off.

When the item is serialized out as xml, its value is "off".

Off

Off.

When the item is serialized out as xml, its value is "off".

On 2

On.

When the item is serialized out as xml, its value is "on".

On

On.

When the item is serialized out as xml, its value is "on".

One 5

When the item is serialized out as xml, its value is "1".

One

When the item is serialized out as xml, its value is "1".

Equality(BooleanValues, BooleanValues)
Inequality(BooleanValues, BooleanValues)
ToString()
True 0

true.

When the item is serialized out as xml, its value is "true".

True

true.

When the item is serialized out as xml, its value is "true".

Zero 4

When the item is serialized out as xml, its value is "0".

Zero

When the item is serialized out as xml, its value is "0".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<BooleanValues>.Create(String)

Applies to