SectionMarkValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 SectionMarkValues 枚举。
public enum SectionMarkValuespublic 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 SectionMarkValuesPublic 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() |