Class PresentationLayoutKind
- class ooodev.utils.kind.presentation_layout_kind.PresentationLayoutKind(value)[source]
com.sun.star.presentation.DrawPageserviceLayoutproperty values.See also
Example
Props.set(slide, Layout=PresentationLayoutKind.TITLE_ONLY.value)
- static from_str(s)[source]
Gets an
PresentationLayoutKindinstance from string.- Parameters:
s (str) – String that represents the name of an enum Attribute or enum value as string.
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
PresentationLayoutKindinstance.
- Returns:
Enum instance.
- Return type:
- BLANK = 20
- CENTERED_TEXT = 32
- TITLE_2CONTENT = 3
- TITLE_2CONTENT_CONTENT = 15
- TITLE_2CONTENT_OVER_CONTENT = 16
- TITLE_4CONTENT = 33
- TITLE_4OBJECT = 18
- TITLE_6CONTENT = 34
- TITLE_BULLETS = 1
- TITLE_CHART = 2
- TITLE_CHART_CONTENT = 7
- TITLE_CLIP_CONTENT = 9
- TITLE_CONTENT_2CONTENT = 12
- TITLE_CONTENT_CHART = 4
- TITLE_CONTENT_CLIP = 6
- TITLE_CONTENT_OBJECT = 10
- TITLE_CONTENT_OVER_CONTENT = 14
- TITLE_CONTENT_OVER_OBJECT = 17
- TITLE_OBJECT = 11
- TITLE_OBJECT_CONTENT = 13
- TITLE_ONLY = 19
- TITLE_SUB = 0
- TITLE_TABLE = 8
- TITLE_VTEXT = 29
- TITLE_VTEXT_CLIP = 30
- VTITLE_VTEXT = 28
- VTITLE_VTEXT_CHART = 27