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

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

#include <vmlexport.hxx>

Public Member Functions

virtual void WriteOutliner (const OutlinerParaObject &rParaObj)=0
 
virtual oox::drawingml::DrawingMLGetDrawingML ()=0
 
virtual void WriteVMLTextBox (css::uno::Reference< css::drawing::XShape > xShape)=0
 Write the contents of the textbox that is associated to this shape in VML format. More...
 

Protected Member Functions

 VMLTextExport ()
 
virtual ~VMLTextExport ()
 

Detailed Description

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

Definition at line 61 of file vmlexport.hxx.

Constructor & Destructor Documentation

◆ VMLTextExport()

oox::vml::VMLTextExport::VMLTextExport ( )
inlineprotected

Definition at line 69 of file vmlexport.hxx.

◆ ~VMLTextExport()

virtual oox::vml::VMLTextExport::~VMLTextExport ( )
inlineprotectedvirtual

Definition at line 70 of file vmlexport.hxx.

Member Function Documentation

◆ GetDrawingML()

virtual oox::drawingml::DrawingML & oox::vml::VMLTextExport::GetDrawingML ( )
pure virtual

◆ WriteOutliner()

virtual void oox::vml::VMLTextExport::WriteOutliner ( const OutlinerParaObject rParaObj)
pure virtual

◆ WriteVMLTextBox()

virtual void oox::vml::VMLTextExport::WriteVMLTextBox ( css::uno::Reference< css::drawing::XShape >  xShape)
pure virtual

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

Referenced by oox::vml::VMLExport::EndShape().


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