Class GluePointsKind
- class ooodev.utils.kind.glue_points_kind.GluePointsKind(value)[source]
Glue Point Kind
- static from_str(s)[source]
Gets an
GluePointsKindinstance from string.- Parameters:
s (str) – String that represents the name of an enum Name.
sis case insensitive and can beCamelCase,pascal_case,snake_case,hyphen-case,normal case.- Raises:
ValueError – If input string is empty.
AttributeError – If unable to get
GluePointsKindinstance.
- Returns:
Enum instance.
- Return type:
- BOTTOM = 2
- LEFT = 3
- RIGHT = 1
- TOP = 0