LibreOffice Module svx (master) 1
Public Attributes | List of all members
svx::diagram::TextBody Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ maTextProps

std::vector< std::pair< OUString, css::uno::Any > > svx::diagram::TextBody::maTextProps

Definition at line 84 of file datamodel.hxx.

◆ msText

OUString svx::diagram::TextBody::msText

Definition at line 81 of file datamodel.hxx.


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