BreakValues Enum

Definition

Defines the BreakValues enumeration.

C#
public enum BreakValues
C#
public readonly struct BreakValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.BreakValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.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()

Applies to

Ürün Sürümler
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1