ooodev.format.calc.style.cell.kind.style_cell_kind module

class ooodev.format.calc.style.cell.kind.style_cell_kind.StyleCellKind(value)[source]

Bases: Enum

Style Lookup for Cell Styles

ACCENT = 'Accent'
ACCENT_1 = 'Accent 1'
ACCENT_2 = 'Accent 2'
ACCENT_3 = 'Accent 3'
BAD = 'Bad'
DEFAULT = 'Default'
ERROR = 'Error'
FOOTNOTE = 'Footnote'
GOOD = 'Good'
HEADING = 'Heading'
HEADING_1 = 'Heading 1'
HEADING_2 = 'Heading 2'
NEUTRAL = 'Neutral'
NOTE = 'Note'
RESULT = 'Result'
STATUS = 'Status'
TEXT = 'Text'
WARNING = 'Warning'