OutlineLevel module

class OutlineLevel.OutlineLevel(value)

Bases: Enum

Enum defining paragraph format’s outline level.

Body = 9
Level1 = 0
Level2 = 1
Level3 = 2
Level4 = 3
Level5 = 4
Level6 = 5
Level7 = 6
Level8 = 7
Level9 = 8