ooodev.format.writer.style.para package
Subpackages
- ooodev.format.writer.style.para.kind package
- Submodules
- ooodev.format.writer.style.para.kind.style_chapter_kind module
- ooodev.format.writer.style.para.kind.style_para_cond_kind module
- ooodev.format.writer.style.para.kind.style_para_html_kind module
- ooodev.format.writer.style.para.kind.style_para_index_kind module
- ooodev.format.writer.style.para.kind.style_para_kind module
- ooodev.format.writer.style.para.kind.style_para_list_kind module
- ooodev.format.writer.style.para.kind.style_para_special_kind module
- ooodev.format.writer.style.para.kind.style_para_text_kind module
- Module contents
- Submodules
Submodules
- ooodev.format.writer.style.para.para module
Para
Para.__init__()
Para.on_property_setting()
Para.addressee
Para.complimentary_close
Para.default
Para.endnote
Para.footer
Para.footer_left
Para.footer_right
Para.footnote
Para.frame_contents
Para.h1
Para.h10
Para.h2
Para.h3
Para.h4
Para.h5
Para.h6
Para.h7
Para.h8
Para.h9
Para.header
Para.header_footer
Para.header_left
Para.header_right
Para.heading
Para.horizontal_line
Para.idx
Para.idx_1
Para.idx_2
Para.idx_3
Para.idx_bib1
Para.idx_c1
Para.idx_c10
Para.idx_c2
Para.idx_c3
Para.idx_c4
Para.idx_c5
Para.idx_c6
Para.idx_c7
Para.idx_c8
Para.idx_c9
Para.idx_obj1
Para.idx_separator
Para.idx_tbl1
Para.idx_user1
Para.idx_user10
Para.idx_user2
Para.idx_user3
Para.idx_user4
Para.idx_user5
Para.idx_user6
Para.idx_user7
Para.idx_user8
Para.idx_user9
Para.list_contents
Para.list_heading
Para.pre_text
Para.prop_format_kind
Para.quotations
Para.salutation
Para.sender
Para.signature
Para.tbl_contents
Para.tbl_heading
Para.txt_body
Para.txt_body_indent
Para.txt_first_line_indent
Para.txt_hanging_indent
Para.txt_list_indent
Para.txt_marginalia
Module contents
- class ooodev.format.writer.style.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: