ooodev.format.writer.style.para.kind.style_para_special_kind module

class ooodev.format.writer.style.para.kind.style_para_special_kind.StyleParaSpecialKind(value)[source]

Bases: Enum

Style Look ups for Paragraph Special Styles

ADDRESSEE = 'Addressee'
CAPTION = 'Caption'
DRAWING = 'Drawing'
ENDNOTE = 'Endnote'
FIGURE = 'Figure'
FOOTER = 'Footer'
FOOTER_LEFT = 'Footer left'
FOOTER_RIGHT = 'Footer right'
FOOTNOTE = 'Footnote'
FRAME_CONTENTS = 'Frame contents'
HEADER = 'Header'
HEADER_LEFT = 'Header left'
HEADER_RIGHT = 'Header right'
ILLUSTRATION = 'Illustration'
SENDER = 'Sender'
TABLE = 'Table'
TABLE_CONTENTS = 'Table Contents'
TABLE_HEADING = 'Table Heading'
TEXT = 'Text'