BreakValues 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 BreakValues enumeration.
public enum BreakValues
public readonly struct BreakValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.BreakValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.BreakValues>
type BreakValues =
type BreakValues = struct
interface IEnumValue
interface IEnumValueFactory<BreakValues>
Public Enum BreakValues
Public Structure BreakValues
Implements IEnumValue, IEnumValueFactory(Of BreakValues), IEquatable(Of BreakValues)
- Inheritance
-
BreakValues
- Inheritance
-
BreakValues
Fields
Name | Value | Description |
---|---|---|
Page | 0 | Page Break. When the item is serialized out as xml, its value is "page". |
Column | 1 | Column Break. When the item is serialized out as xml, its value is "column". |
TextWrapping | 2 | Line Break. When the item is serialized out as xml, its value is "textWrapping". |
BreakValues(String) | Creates a new BreakValues enum instance |
|
Column | Column Break. When the item is serialized out as xml, its value is "column". |
|
Equality(BreakValues, BreakValues) | ||
Equals(BreakValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BreakValues>.Create(String) | ||
Inequality(BreakValues, BreakValues) | ||
Page | Page Break. When the item is serialized out as xml, its value is "page". |
|
TextWrapping | Line Break. When the item is serialized out as xml, its value is "textWrapping". |
|
ToString() |