Variable SectionTypeConst

SectionType: {
    CONTINUOUS: "continuous";
    EVEN_PAGE: "evenPage";
    NEXT_COLUMN: "nextColumn";
    NEXT_PAGE: "nextPage";
    ODD_PAGE: "oddPage";
} = ...