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 BreakBinaryOperatorValuespublic 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 BreakBinaryOperatorValuesPublic Structure BreakBinaryOperatorValues
Implements IEnumValue, IEnumValueFactory(Of BreakBinaryOperatorValues), IEquatable(Of BreakBinaryOperatorValues)- Inheritance
- 
				BreakBinaryOperatorValues
- Inheritance
- 
				BreakBinaryOperatorValues
Fields
| Name | Value | Description | 
|---|---|---|
| Before | 0 | Before. When the item is serialized out as xml, its value is "before". | 
| After | 1 | After. When the item is serialized out as xml, its value is "after". | 
| Repeat | 2 | Repeat. When the item is serialized out as xml, its value is "repeat". | 
| After | After. When the item is serialized out as xml, its value is "after". | |
| Before | Before. When the item is serialized out as xml, its value is "before". | |
| BreakBinaryOperatorValues(String) | Creates a new BreakBinaryOperatorValues enum instance | |
| Equality(BreakBinaryOperatorValues, BreakBinaryOperatorValues) | ||
| Equals(BreakBinaryOperatorValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<BreakBinaryOperatorValues>.Create(String) | ||
| Inequality(BreakBinaryOperatorValues, BreakBinaryOperatorValues) | ||
| Repeat | Repeat. When the item is serialized out as xml, its value is "repeat". | |
| ToString() |