Internal: the cell of a WNText. More...
Public Member Functions | |
Cell (WNText &parser) | |
constructor | |
bool | sendContent (MWAWContentListenerPtr, MWAWTable &) |
send the content | |
Public Attributes | |
WNText & | m_parser |
the text parser | |
std::vector< ContentZone > | m_zonesList |
the list of zone | |
std::vector< shared_ptr < ContentZones > > | m_footnoteList |
a list to retrieve the footnote content |
Internal: the cell of a WNText.
WNTextInternal::Cell::Cell | ( | WNText & | parser | ) | [inline] |
constructor
bool WNTextInternal::Cell::sendContent | ( | MWAWContentListenerPtr | , |
MWAWTable & | |||
) | [virtual] |
send the content
as a cell can be arbitrary cutted in small part, we must retrieve the last ruler
Reimplemented from MWAWCell.
std::vector<shared_ptr<ContentZones> > WNTextInternal::Cell::m_footnoteList |
a list to retrieve the footnote content
Referenced by sendContent().
the text parser
Referenced by sendContent().
std::vector<ContentZone> WNTextInternal::Cell::m_zonesList |
the list of zone
Referenced by sendContent().