Share via


SectionMarkValues 枚举

定义

定义 SectionMarkValues 枚举。

public enum SectionMarkValues
public readonly struct SectionMarkValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues>
type SectionMarkValues = 
type SectionMarkValues = struct
    interface IEnumValue
    interface IEnumValueFactory<SectionMarkValues>
Public Enum SectionMarkValues
Public Structure SectionMarkValues
Implements IEnumValue, IEnumValueFactory(Of SectionMarkValues), IEquatable(Of SectionMarkValues)
继承
SectionMarkValues
继承
SectionMarkValues

字段

SectionMarkValues(String)

创建新的 SectionMarkValues 枚举实例

Continuous 2

连续分节符。

当项序列化为 xml 时,其值为“连续”。

Continuous

连续分节符。

当项序列化为 xml 时,其值为“连续”。

Equals(Object)
Equals(SectionMarkValues)
EvenPage 3

偶数分页符。

当项序列化为 xml 时,其值为“evenPage”。

EvenPage

偶数分页符。

当项序列化为 xml 时,其值为“evenPage”。

GetHashCode()
NextColumn 1

列分节符。

当项序列化为 xml 时,其值为“nextColumn”。

NextColumn

列分节符。

当项序列化为 xml 时,其值为“nextColumn”。

NextPage 0

下一页分节符。

当项序列化为 xml 时,其值为“nextPage”。

NextPage

下一页分节符。

当项序列化为 xml 时,其值为“nextPage”。

OddPage 4

奇数页分节符。

当项序列化为 xml 时,其值为“oddPage”。

OddPage

奇数页分节符。

当项序列化为 xml 时,其值为“oddPage”。

Equality(SectionMarkValues, SectionMarkValues)
Inequality(SectionMarkValues, SectionMarkValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SectionMarkValues>.Create(String)

适用于