BooleanStyleValues 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.
On/Off Style Type
public enum BooleanStyleValues
public readonly struct BooleanStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.BooleanStyleValues>, IEquatable<DocumentFormat.OpenXml.Drawing.BooleanStyleValues>
type BooleanStyleValues =
type BooleanStyleValues = struct
interface IEnumValue
interface IEnumValueFactory<BooleanStyleValues>
Public Enum BooleanStyleValues
Public Structure BooleanStyleValues
Implements IEnumValue, IEnumValueFactory(Of BooleanStyleValues), IEquatable(Of BooleanStyleValues)
- Inheritance
-
BooleanStyleValues
- Inheritance
-
BooleanStyleValues
Fields
BooleanStyleValues(String) | Creates a new BooleanStyleValues enum instance |
|
Default | 2 | Default. When the item is serialized out as xml, its value is "def". |
Default | Default. When the item is serialized out as xml, its value is "def". |
|
Equals(BooleanStyleValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Off | 1 | 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 | 0 | 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". |
|
Equality(BooleanStyleValues, BooleanStyleValues) | ||
Inequality(BooleanStyleValues, BooleanStyleValues) | ||
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BooleanStyleValues>.Create(String) |