[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SectionStart

SectionStart Enum

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

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum SectionStart
Public Enum SectionStart

Fields

Name Description
Continuous

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

EvenPage

The section starts on a new even page.

NewColumn

The section starts from a new column.

NewPage

The section starts from a new page.

OddPage

The section starts on a new odd page.