Internal: a set of zone. More...
#include <StarObjectText.hxx>
Public Member Functions | |
Content () | |
constructor | |
~Content () | |
destructor | |
bool | send (STOFFListenerPtr &listener, StarState &state, bool isFlyer=false) const |
try to send the data to a listener | |
void | inventoryPages (StarState &state) const |
try to inventory the different pages | |
Public Attributes | |
librevenge::RVNGString | m_sectionName |
the section name | |
std::vector< std::shared_ptr< Zone > > | m_zoneList |
the list of text zone | |
Internal: a set of zone.
|
inline |
constructor
StarObjectTextInternal::Content::~Content | ( | ) |
destructor
void StarObjectTextInternal::Content::inventoryPages | ( | StarState & | state | ) | const |
try to inventory the different pages
bool StarObjectTextInternal::Content::send | ( | STOFFListenerPtr & | listener, |
StarState & | state, | ||
bool | isFlyer = false ) const |
try to send the data to a listener
Referenced by StarObjectTextInternal::SubDocument::parse().
librevenge::RVNGString StarObjectTextInternal::Content::m_sectionName |
the section name
std::vector<std::shared_ptr<Zone> > StarObjectTextInternal::Content::m_zoneList |
the list of text zone
Referenced by inventoryPages(), and send().