small struct use to define a Zone: v<=3 More...
Public Member Functions | |
Zone () | |
constructor | |
Public Attributes | |
std::shared_ptr< StarObjectSmallText > | m_text |
the text | |
int | m_depth |
the depth | |
STOFFColor | m_backgroundColor |
the background color | |
STOFFEmbeddedObject | m_background |
the background bitmap | |
librevenge::RVNGString | m_colorName |
the color name | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Zone const &zone) |
operator<< | |
small struct use to define a Zone: v<=3
|
inline |
constructor
|
friend |
operator<<
STOFFEmbeddedObject StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_background |
the background bitmap
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().
STOFFColor StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_backgroundColor |
the background color
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().
librevenge::RVNGString StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_colorName |
the color name
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().
int StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_depth |
the depth
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().
std::shared_ptr<StarObjectSmallText> StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_text |
the text
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().