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

class ooodev.format.writer.style.para.kind.style_para_html_kind.StyleParaHtmlKind(value)[source]

Bases: Enum

Style Look ups for Paragraph HTML Styles

ENDNOTE = 'Endnote'
FOOTNOTE = 'Footnote'
HEADING_1 = 'Heading 1'
HEADING_10 = 'Heading 10'
HEADING_2 = 'Heading 2'
HEADING_3 = 'Heading 3'
HEADING_4 = 'Heading 4'
HEADING_5 = 'Heading 5'
HEADING_6 = 'Heading 6'
HEADING_7 = 'Heading 7'
HEADING_8 = 'Heading 8'
HEADING_9 = 'Heading 9'
HORIZONTAL_LINE = 'Horizontal Line'
LIST_CONTENTS = 'List Contents'
LIST_HEADING = 'List Heading'
PREFORMATTED_TEXT = 'Preformatted Text'
QUOTATIONS = 'Quotations'
SENDER = 'Sender'
TABLE_CONTENTS = 'Table Contents'
TABLE_HEADING = 'Table Heading'
TEXT_BODY = 'Text body'