LibreOffice Module oox (master) 1
|
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 () |
Interface to be implemented by the parent exporter that knows how to handle shape text.
Definition at line 129 of file drawingml.hxx.
|
inlineprotected |
Definition at line 139 of file drawingml.hxx.
|
inlineprotectedvirtual |
Definition at line 140 of file drawingml.hxx.
|
pure virtual |
Get textbox which belongs to the shape.
Referenced by oox::vml::VMLExport::EndShape(), and oox::drawingml::DrawingML::WriteText().
|
pure virtual |
Referenced by oox::drawingml::DrawingML::WriteText().
|
pure virtual |
Write the contents of the textbox that is associated to this shape.
Referenced by oox::drawingml::ShapeExport::WriteTextBox().