Class BorderKind
- class ooodev.utils.kind.border_kind.BorderKind(value)[source]
Specifies the border style of the control.
- static from_str(s)[source]
Gets an
BorderKind
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
BorderKind
instance.
- Returns:
Enum instance.
- Return type:
- BORDER_3D = 1
3D border
- BORDER_SIMPLE = 2
Simple border
- NONE = 0
No border