SectionMarkValues 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 SectionMarkValues enumeration.
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)- Inheritance
- 
				SectionMarkValues
- Inheritance
- 
				SectionMarkValues
Fields
| Name | Value | Description | 
|---|---|---|
| NextPage | 0 | Next Page Section Break. When the item is serialized out as xml, its value is "nextPage". | 
| NextColumn | 1 | Column Section Break. When the item is serialized out as xml, its value is "nextColumn". | 
| Continuous | 2 | Continuous Section Break. When the item is serialized out as xml, its value is "continuous". | 
| EvenPage | 3 | Even Page Section Break. When the item is serialized out as xml, its value is "evenPage". | 
| OddPage | 4 | Odd Page Section Break. When the item is serialized out as xml, its value is "oddPage". | 
| Continuous | Continuous Section Break. When the item is serialized out as xml, its value is "continuous". | |
| Equality(SectionMarkValues, SectionMarkValues) | ||
| Equals(Object) | ||
| Equals(SectionMarkValues) | ||
| EvenPage | Even Page Section Break. When the item is serialized out as xml, its value is "evenPage". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<SectionMarkValues>.Create(String) | ||
| Inequality(SectionMarkValues, SectionMarkValues) | ||
| NextColumn | Column Section Break. When the item is serialized out as xml, its value is "nextColumn". | |
| NextPage | Next Page Section Break. When the item is serialized out as xml, its value is "nextPage". | |
| OddPage | Odd Page Section Break. When the item is serialized out as xml, its value is "oddPage". | |
| SectionMarkValues(String) | Creates a new SectionMarkValues enum instance | |
| ToString() |