Class DrawingNameSpaceKind
- class ooodev.utils.kind.drawing_name_space_kind.DrawingNameSpaceKind(value)[source]
Draw Namespace kind.
See also
- static from_str(s)[source]
Gets an
DrawingNameSpaceKind
instance from string.- Parameters:
s (str) – String that represents the name of an enum Name.
s
is 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
DrawingNameSpaceKind
instance.
- Returns:
Enum instance.
- Return type:
- BULLETS_TEXT = 'com.sun.star.presentation.OutlinerShape'
- OLE2_SHAPE = 'com.sun.star.drawing.OLE2Shape'
- SHAPE_TYPE_FOOTER = 'com.sun.star.presentation.FooterShape'
- SHAPE_TYPE_NOTES = 'com.sun.star.presentation.NotesShape'
- SHAPE_TYPE_PAGE = 'com.sun.star.presentation.PageShape'
- SUBTITLE_TEXT = 'com.sun.star.presentation.SubtitleShape'
- TITLE_TEXT = 'com.sun.star.presentation.TitleTextShape'