Adds a new section to a document.

Add(SectionBreakKind)

public bool Add(SectionBreakKind sectionBreakKind);

Add(SectionBreakKind, Int)

public bool Add(SectionBreakKind sectionBreakKind, int textPosition);

Parameters

Parameter Description
sectionBreakKind Specifies the kind of the section break. It can be one of the SectionBreakKind values. The following values are possible:
Event Description
BeginAtNewLine The section begins on the next line with a new paragraph.
BeginAtNewPage The section begins on the next page with a new paragraph.
textPosition Specifies the text position at which the section is to be inserted.

Return Value

The return value is true, if the section could be added. Otherwise it is false.