Enums/SectionBreakType.ps1

enum SectionBreakType {
    defaultNextPage
    evenPage
    oddPage
    continuous
}