|
LibreOffice Module oox (master) 1
|
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::DrawingML & | GetDrawingML ()=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 () |
Interface to be implemented by the parent exporter that knows how to handle shape text.
Definition at line 61 of file vmlexport.hxx.
|
inlineprotected |
Definition at line 69 of file vmlexport.hxx.
|
inlineprotectedvirtual |
Definition at line 70 of file vmlexport.hxx.
|
pure virtual |
Referenced by oox::vml::VMLExport::Commit(), and oox::vml::VMLExport::EndShape().
|
pure virtual |
Referenced by oox::vml::VMLExport::StartShape().
|
pure virtual |
Write the contents of the textbox that is associated to this shape in VML format.
Referenced by oox::vml::VMLExport::EndShape().