BreakBinaryOperatorValues 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 BreakBinaryOperatorValues enumeration.
public enum BreakBinaryOperatorValues
public readonly struct BreakBinaryOperatorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues>, IEquatable<DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues>
type BreakBinaryOperatorValues =
type BreakBinaryOperatorValues = struct
interface IEnumValue
interface IEnumValueFactory<BreakBinaryOperatorValues>
Public Enum BreakBinaryOperatorValues
Public Structure BreakBinaryOperatorValues
Implements IEnumValue, IEnumValueFactory(Of BreakBinaryOperatorValues), IEquatable(Of BreakBinaryOperatorValues)
- Inheritance
-
BreakBinaryOperatorValues
- Inheritance
-
BreakBinaryOperatorValues
Fields
BreakBinaryOperatorValues(String) | Creates a new BreakBinaryOperatorValues enum instance |
|
After | 1 | After. When the item is serialized out as xml, its value is "after". |
After | After. When the item is serialized out as xml, its value is "after". |
|
Before | 0 | Before. When the item is serialized out as xml, its value is "before". |
Before | Before. When the item is serialized out as xml, its value is "before". |
|
Equals(BreakBinaryOperatorValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Equality(BreakBinaryOperatorValues, BreakBinaryOperatorValues) | ||
Inequality(BreakBinaryOperatorValues, BreakBinaryOperatorValues) | ||
Repeat | 2 | Repeat. When the item is serialized out as xml, its value is "repeat". |
Repeat | Repeat. When the item is serialized out as xml, its value is "repeat". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BreakBinaryOperatorValues>.Create(String) |