Internal: the cell of a WriteNowText. More...
Public Member Functions | |
| Cell (WriteNowText &parser) | |
| constructor | |
| bool | sendContent (MWAWListenerPtr, MWAWTable &) |
| send the content | |
Public Attributes | |
| WriteNowText & | 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 WriteNowText.
| WriteNowTextInternal::Cell::Cell | ( | WriteNowText & | parser | ) | [inline] |
constructor
| bool WriteNowTextInternal::Cell::sendContent | ( | MWAWListenerPtr | , |
| 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> > WriteNowTextInternal::Cell::m_footnoteList |
a list to retrieve the footnote content
Referenced by sendContent().
the text parser
Referenced by sendContent().
| std::vector<ContentZone> WriteNowTextInternal::Cell::m_zonesList |
the list of zone
Referenced by sendContent().