ooodev.format.writer.style.char.char module

class ooodev.format.writer.style.char.char.Char(name='')[source]

Bases: StyleName

Characters Style.

Any properties starting with prop_ set or get current instance values.

All methods starting with fmt_ can be used to chain together Border Table properties.

New in version 0.9.0.

__init__(name='')[source]

Constructor

Parameters:

name (StyleCharKind, str, optional) – Style Name. Defaults to “Standard”.

Return type:

None

on_property_setting(source, event_args)[source]

Triggers for each property that is set

Parameters:
  • event_args (KeyValueCancelArgs) – Event Args

  • source (Any) –

property bullet_symbols: Char

Style Bullet Symbols

Return type:

Char

property caption_characters: Char

Style Caption characters

Return type:

Char

property citation: Char

Style Citation

Return type:

Char

default = <ooodev.format.writer.style.char.char.Char object>[source]
property definition: Char

Style Definition

Return type:

Char

property drop_caps: Char

Style Drop Caps

Return type:

Char

property emphasis: Char

Style Emphasis

Return type:

Char

property endnote_anchor: Char

Style Endnote anchor

Return type:

Char

property endnote_symbol: Char

Style Endnote Symbol

Return type:

Char

property example: Char

Style Example

Return type:

Char

property footnote_anchor: Char

Style Footnote anchor

Return type:

Char

property footnote_symbol: Char

Style Footnote Symbol

Return type:

Char

Style Index Link

Return type:

Char

Style Internet link

Return type:

Char

property line_numbering: Char

Style Line numbering

Return type:

Char

property main_index_entry: Char

Style Main index entry

Return type:

Char

property numbering_symbols: Char

Style Numbering Symbols

Return type:

Char

property page_number: Char

Style Page Number

Return type:

Char

property placeholder: Char

Style Placeholder

Return type:

Char

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property quotation: Char

Style Citation

Return type:

Char

property rubies: Char

Style Rubies

Return type:

Char

property source_text: Char

Style Source Text

Return type:

Char

property standard: Char

Removes styling

Return type:

Char

property strong_emphasis: Char

Style Strong Emphasis

Return type:

Char

property teletype: Char

Style Teletype

Return type:

Char

property user_entry: Char

Style User Entry

Return type:

Char

property variable: Char

Style Variable

Return type:

Char

property vertical_numbering_symbols: Char

Style Vertical Numbering Symbols

Return type:

Char

Style Visited Internet Link

Return type:

Char