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

字段

名称 说明
NextPage 0

下一页分节符。

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

NextColumn 1

列分节符。

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

Continuous 2

连续分节符。

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

EvenPage 3

偶数分页符。

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

OddPage 4

奇数页分节符。

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

Continuous

连续分节符。

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

Equality(SectionMarkValues, SectionMarkValues)
Equals(Object)
Equals(SectionMarkValues)
EvenPage

偶数分页符。

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

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SectionMarkValues>.Create(String)
Inequality(SectionMarkValues, SectionMarkValues)
NextColumn

列分节符。

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

NextPage

下一页分节符。

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

OddPage

奇数页分节符。

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

SectionMarkValues(String)

创建新的 SectionMarkValues 枚举实例

ToString()

适用于