Table of Contents

Enum SectionStartKind

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

How a section begins (ECMA-376 Part 1 §17.18.77 ST_SectionMark).

public enum SectionStartKind

Fields

NextPage = 0

The section starts on the next page (w:type "nextPage", the default).

NextColumn = 1

The section starts in the next column (w:type "nextColumn").

Continuous = 2

The section continues on the same page (w:type "continuous").

EvenPage = 3

The section starts on the next even page (w:type "evenPage").

OddPage = 4

The section starts on the next odd page (w:type "oddPage").