Class DrawingSlideShowKind

class ooodev.utils.kind.drawing_slide_show_kind.DrawingSlideShowKind(value)[source]

DrawPage slide show change constants

static from_str(s)[source]

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

Returns:

Enum instance.

Return type:

DrawingSlideShowKind

AUTO_CHANGE = 1

Everything (page change, animation effects) is automatic

CLICK_ALL_CHANGE = 0

A mouse-click triggers the next animation effect or page change

CLICK_PAGE_CHANGE = 2

Animation effects run automatically, but the user must click on the page to change it