Enum SectionStartKind
How a section begins (ECMA-376 Part 1 §17.18.77 ST_SectionMark).
public enum SectionStartKind
Fields
NextPage = 0The section starts on the next page (w:type "nextPage", the default).
NextColumn = 1The section starts in the next column (w:type "nextColumn").
Continuous = 2The section continues on the same page (w:type "continuous").
EvenPage = 3The section starts on the next even page (w:type "evenPage").
OddPage = 4The section starts on the next odd page (w:type "oddPage").