Class PointSizeKind

class ooodev.utils.kind.point_size_kind.PointSizeKind(value)[source]

PointSizeKind Enum class.

New in version 0.36.3.

static from_str(s)[source]

Gets an PointSizeKind 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 PointSizeKind instance.

Returns:

Enum instance.

Return type:

PointSizeKind

HEIGHT = 3

Represents Height of a Size

WIDTH = 2

Represents Width of a Size

X = 0

Represents X of a Point

Y = 1

Represents Y of a Point