Adds a new section to a document.
public bool Add(SectionBreakKind sectionBreakKind);
public bool Add(SectionBreakKind sectionBreakKind, int textPosition);
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
section |
Specifies the kind of the section break. It can be one of the Section
|
||||||
text |
Specifies the text position at which the section is to be inserted. |
The return value is true, if the section could be added. Otherwise it is false.