Class HorzVertKind
- class ooodev.utils.kind.horz_ver_kind.HorzVertKind(value)[source]
Specifies the Horizontal, Vertical option.
Int Flags Enum.
- static from_str(s)[source]
Gets an
HorzVertKind
instance from string.- Parameters:
s (str) – String that represents the name of an enum Name.
- Raises:
ValueError – If input string is empty.
AttributeError – If unable to get
HorzVertKind
instance.
- Returns:
Enum instance.
- Return type:
- BOTH = 3
Both Options
- HORIZONTAL = 1
Horizontal Option
- NONE = 0
No Option
- VERTICAL = 2
Vertical Option