small struct use to define a Zone: v<=3 More...
Public Member Functions | |
Zone () | |
constructor | |
Public Attributes | |
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
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Zone const & | zone | ||
) | [friend] |
operator<<
the background bitmap
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().
the background color
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().
librevenge::RVNGString StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_colorName |
the color name
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().
the depth
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().
the text
Referenced by StarObjectSmallGraphic::readSDROutlinerParaObject().