[]
Specifies the type of break at the beginning of a section.
public enum SectionStart
Public Enum SectionStart
| 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. |