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
DrawingSlideShowKindinstance 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
DrawingSlideShowKindinstance.
- Returns:
Enum instance.
- Return type:
- 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