Enums/ContainerType.ps1

enum ContainerType {
    None
    TOC
    Section
    Cell
    Table
    Header
    Footer
    Paragraph
    Body
}