Class GluePointsKind

class ooodev.utils.kind.glue_points_kind.GluePointsKind(value)[source]

Glue Point Kind

static from_str(s)[source]

Gets an GluePointsKind instance from string.

Parameters:

s (str) – String that represents the name of an enum Name. s is case insensitive and can be CamelCase, pascal_case , snake_case, hyphen-case, normal case.

Raises:
  • ValueError – If input string is empty.

  • AttributeError – If unable to get GluePointsKind instance.

Returns:

Enum instance.

Return type:

GluePointsKind

BOTTOM = 2
LEFT = 3
RIGHT = 1
TOP = 0