SectionStart Enum
Represents a type of section start that is used in defining SectionStart.
Fields
Continuous | Section will start on the same page as previous section. |
EvenPage | Section will start on the even-numbered page. |
NewPage | Section will start of the new page. |
OddPage | Section will start on the odd-numbered page. |