LibreOffice Module svx (master) 1
|
Text and properties for a point For proof of concept to make TextData available in svx level this is in a first run pretty simple, but may need to be extended accordingly up to similar data as in oox::drawingml::TextBody. More...
#include <datamodel.hxx>
Public Attributes | |
OUString | msText |
std::vector< std::pair< OUString, css::uno::Any > > | maTextProps |
Text and properties for a point For proof of concept to make TextData available in svx level this is in a first run pretty simple, but may need to be extended accordingly up to similar data as in oox::drawingml::TextBody.
Definition at line 78 of file datamodel.hxx.
std::vector< std::pair< OUString, css::uno::Any > > svx::diagram::TextBody::maTextProps |
Definition at line 84 of file datamodel.hxx.
OUString svx::diagram::TextBody::msText |
Definition at line 81 of file datamodel.hxx.