[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SectionStart

Enum SectionStart

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies the type of break at the beginning of a section.

public enum SectionStart

Fields

Continuous = 2

The new section starts on the same page as the previous section.

EvenPage = 3

The section starts on a new even page.

NewColumn = 1

The section starts from a new column.

NewPage = 0

The section starts from a new page.

OddPage = 4

The section starts on a new odd page.