ooodev.adapter.text.text_frames module

class ooodev.adapter.text.text_frames.TextFramesComp(component)[source]

Bases: NameAccessComp, IndexAccessPartial

Class for managing TextFrames Component.

__init__(component)[source]

Constructor

Parameters:

component (Any) – UNO Component that supports com.sun.star.text.TextFrames service.

Return type:

None

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

TextFrames Component

Return type:

TextFrames