Class PresentationKind
- class ooodev.utils.kind.presentation_kind.PresentationKind(value)[source]
Values used with
com.sun.star.presentation.*
See also
- static from_str(s)[source]
Gets an
PresentationKind
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
PresentationKind
instance.
- Returns:
Enum instance.
- Return type:
- CHART_SHAPE = 'ChartShape'
- CUSTOM_PRESENTATION = 'CustomPresentation'
- CUSTOM_PRESENTATION_ACCESS = 'CustomPresentationAccess'
- DATE_TIME_SHAPE = 'DateTimeShape'
- DOCUMENT_SETTINGS = 'DocumentSettings'
- DRAW_PAGE = 'DrawPage'
- FOOTER_SHAPE = 'FooterShape'
- GRAPHIC_OBJECT_SHAPE = 'GraphicObjectShape'
- HANDOUT_SHAPE = 'HandoutShape'
- HANDOUT_VIEW = 'HandoutView'
- HEADER_SHAPE = 'HeaderShape'
- NOTES_SHAPE = 'NotesShape'
- NOTES_VIEW = 'NotesView'
- OLE2_SHAPE = 'OLE2Shape'
- OUTLINER_SHAPE = 'OutlinerShape'
- OUTLINE_VIEW = 'OutlineView'
- PAGE_SHAPE = 'PageShape'
- PARAGRAPH_TARGET = 'ParagraphTarget'
- PRESENTATION = 'Presentation'
- PRESENTATION2 = 'Presentation2'
- PRESENTATION_DOCUMENT = 'PresentationDocument'
- PRESENTATION_VIEW = 'PresentationView'
- PREVIEW_VIEW = 'PreviewView'
- SHAPE = 'Shape'
- SLIDES_VIEW = 'SlidesView'
- SLIDE_NUMBER_SHAPE = 'SlideNumberShape'
- SLIDE_SHOW = 'SlideShow'
- SUBTITLE_SHAPE = 'SubtitleShape'
- TITLE_TEXT_SHAPE = 'TitleTextShape'
- TRANSITION_FACTORY = 'TransitionFactory'