enum PageBreak

Parents

System.Enum

System.IComparable

System.IFormattable

System.IConvertible

Brief

The enumeration of page breaks.

Static Public Fields

InFlow

No page break. The element follows the preceding element.

NextColumn

Reserved for future use.

NextEvenPage

The element is placed on the next even page or remains on the current page if it is located at the beginning of an even page.

NextOddPage

The element is placed on the next odd page or remains on the current page if it is located at the beginning of an odd page.

NextPage

The element is placed on the next page or remains on the current page if it is located at the beginning of the page.

back