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
ParaPara.__init__()Para.on_property_setting()Para.addresseePara.complimentary_closePara.defaultPara.endnotePara.footerPara.footer_leftPara.footer_rightPara.footnotePara.frame_contentsPara.h1Para.h10Para.h2Para.h3Para.h4Para.h5Para.h6Para.h7Para.h8Para.h9Para.headerPara.header_footerPara.header_leftPara.header_rightPara.headingPara.horizontal_linePara.idxPara.idx_1Para.idx_2Para.idx_3Para.idx_bib1Para.idx_c1Para.idx_c10Para.idx_c2Para.idx_c3Para.idx_c4Para.idx_c5Para.idx_c6Para.idx_c7Para.idx_c8Para.idx_c9Para.idx_obj1Para.idx_separatorPara.idx_tbl1Para.idx_user1Para.idx_user10Para.idx_user2Para.idx_user3Para.idx_user4Para.idx_user5Para.idx_user6Para.idx_user7Para.idx_user8Para.idx_user9Para.list_contentsPara.list_headingPara.pre_textPara.prop_format_kindPara.quotationsPara.salutationPara.senderPara.signaturePara.tbl_contentsPara.tbl_headingPara.txt_bodyPara.txt_body_indentPara.txt_first_line_indentPara.txt_hanging_indentPara.txt_list_indentPara.txt_marginalia
Module contents
- class ooodev.format.writer.style.para.Para(name='')[source]
Bases:
StyleNameStyle 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: