ooodev.adapter.drawing.generic_shape module

class ooodev.adapter.drawing.generic_shape.GenericShapeComp(component)[source]

Bases: Generic[T], ComponentBase, ShapePartial, ShapeDescriptorPartial, TextPartial, CharacterPropertiesPartial, ParagraphPropertiesPartial

Class for managing Shape Component.

__init__(component)[source]

Constructor

Parameters:

component (Any) – UNO component that implements com.sun.star.drawing.ClosedBezierShape service.

Return type:

None

property component: T

ClosedBezierShape Component

Return type:

TypeVar(T)

ooodev.adapter.drawing.generic_shape.T = TypeVar(T)

Type:    TypeVar

Invariant TypeVar.