ooodev.format.writer.style.para.para module
- class ooodev.format.writer.style.para.para.Para(name='')[source]
Bases:
StyleName
Style Paragraph. Manages Paragraph styles for Writer.
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.See also
New in version 0.9.0.
- __init__(name='')[source]
Constructor
- Parameters:
name (StyleCharKind, str, optional) – Style Name. Defaults to “Standard”.
- Return type:
None
See also
- on_property_setting(source, event_args)[source]
Triggers for each property that is set
- Parameters:
event_args (KeyValueCancelArgs) – Event Args
source (Any) –
Style Footer
- Return type:
Style Footer Left
- Return type:
Style Footer Right
- Return type:
Style Header Footer
- Return type:
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type: