LibreOffice Module oox (master) 1
Public Member Functions | Protected Member Functions | List of all members
oox::drawingml::DMLTextExport Class Referenceabstract

Interface to be implemented by the parent exporter that knows how to handle shape text. More...

#include <drawingml.hxx>

Public Member Functions

virtual void WriteOutliner (const OutlinerParaObject &rParaObj)=0
 
virtual void WriteTextBox (css::uno::Reference< css::drawing::XShape > xShape)=0
 Write the contents of the textbox that is associated to this shape. More...
 
virtual css::uno::Reference< css::text::XTextFrame > GetUnoTextFrame (css::uno::Reference< css::drawing::XShape > xShape)=0
 Get textbox which belongs to the shape. More...
 

Protected Member Functions

 DMLTextExport ()
 
virtual ~DMLTextExport ()
 

Detailed Description

Interface to be implemented by the parent exporter that knows how to handle shape text.

Definition at line 129 of file drawingml.hxx.

Constructor & Destructor Documentation

◆ DMLTextExport()

oox::drawingml::DMLTextExport::DMLTextExport ( )
inlineprotected

Definition at line 139 of file drawingml.hxx.

◆ ~DMLTextExport()

virtual oox::drawingml::DMLTextExport::~DMLTextExport ( )
inlineprotectedvirtual

Definition at line 140 of file drawingml.hxx.

Member Function Documentation

◆ GetUnoTextFrame()

virtual css::uno::Reference< css::text::XTextFrame > oox::drawingml::DMLTextExport::GetUnoTextFrame ( css::uno::Reference< css::drawing::XShape >  xShape)
pure virtual

Get textbox which belongs to the shape.

Referenced by oox::vml::VMLExport::EndShape(), and oox::drawingml::DrawingML::WriteText().

◆ WriteOutliner()

virtual void oox::drawingml::DMLTextExport::WriteOutliner ( const OutlinerParaObject rParaObj)
pure virtual

◆ WriteTextBox()

virtual void oox::drawingml::DMLTextExport::WriteTextBox ( css::uno::Reference< css::drawing::XShape >  xShape)
pure virtual

Write the contents of the textbox that is associated to this shape.

Referenced by oox::drawingml::ShapeExport::WriteTextBox().


The documentation for this class was generated from the following file: