ooodev.adapter.chart2.chart_document_wrapper_comp module

class ooodev.adapter.chart2.chart_document_wrapper_comp.ChartDocumentWrapperComp(component)[source]

Bases: ComponentBase, PropertyChangeImplement, VetoableChangeImplement

Class for managing Chart2 ChartDocumentWrapper Component.

Parameters:

component (ChartDocumentWrapper) –

__init__(component)[source]

Constructor

Parameters:

component (ChartDocumentWrapper) – UNO Chart2 ChartDocumentWrapper Component.

Return type:

None

property component: com.sun.star.chart2.ChartDocumentWrapper

ChartDocumentWrapper Component

Return type:

ChartDocumentWrapper