Enums/LineSpacingType.ps1

enum LineSpacingType {
    Line
    Before
    After
}