a text zone a chart More...
#include <MWAWChart.hxx>
Public Types | |
| enum | Type { T_Title, T_SubTitle, T_AxisX, T_AxisY, T_AxisZ } |
| the text type More... | |
| enum | ContentType { C_Cell, C_Text } |
| the text content type More... | |
Public Member Functions | |
| TextZone () | |
| constructor | |
| ~TextZone () | |
| destructor | |
| void | addContentTo (std::string const &sheetName, librevenge::RVNGPropertyList &propList) const |
| add content to the propList | |
| void | addStyleTo (librevenge::RVNGPropertyList &propList, shared_ptr< MWAWFontConverter > fontConverter) const |
| add to the propList | |
Public Attributes | |
| Type | m_type |
| the zone type | |
| ContentType | m_contentType |
| the content type | |
| MWAWVec2f | m_position |
| the position in the zone | |
| MWAWVec2i | m_cell |
| the cell position ( for title and subtitle ) | |
| MWAWEntry | m_textEntry |
| the text entry | |
| MWAWFont | m_font |
| the zone format | |
| MWAWGraphicStyle | m_style |
| the graphic style | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, TextZone const &zone) |
| operator<< | |
a text zone a chart
constructor
destructor
| void MWAWChart::TextZone::addContentTo | ( | std::string const & | sheetName, |
| librevenge::RVNGPropertyList & | propList | ||
| ) | const |
add content to the propList
Referenced by MWAWChart::sendChart().
| void MWAWChart::TextZone::addStyleTo | ( | librevenge::RVNGPropertyList & | propList, |
| shared_ptr< MWAWFontConverter > | fontConverter | ||
| ) | const |
add to the propList
Referenced by MWAWChart::sendChart().
| std::ostream& operator<< | ( | std::ostream & | o, |
| MWAWChart::TextZone const & | zone | ||
| ) | [friend] |
operator<<
the cell position ( for title and subtitle )
Referenced by operator<<().
the content type
Referenced by operator<<(), BeagleWksSSParser::readChart(), and MWAWChart::sendChart().
the zone format
Referenced by BeagleWksSSParserInternal::Chart::sendContent().
the position in the zone
Referenced by operator<<().
the graphic style
Referenced by operator<<(), and TextZone().
the text entry
Referenced by BeagleWksSSParser::readChart(), and BeagleWksSSParserInternal::Chart::sendContent().
the zone type
Referenced by MWAWChart::add(), operator<<(), BeagleWksSSParser::readChart(), and MWAWChart::sendChart().