ooodev.adapter.text.paragraph_comp module

class ooodev.adapter.text.paragraph_comp.ParagraphComp(component)[source]

Bases: ComponentBase, ParagraphPropertiesPartial, CharacterPropertiesPartial, ElementAccessPartial

Class for managing Paragraph Component.

Parameters:

component (Paragraph) –

__init__(component)[source]

Constructor

Parameters:

component (Paragraph) – UNO TextContent Component that supports com.sun.star.text.Paragraph service.

Return type:

None

property component: com.sun.star.text.Paragraph

Paragraph Component

Return type:

Paragraph