Internal: the cell of a WNText. More...
Public Member Functions | |
| Cell (WNText &parser) | |
| constructor More... | |
| virtual bool | send (MWAWContentListenerPtr listener) |
| send the content More... | |
| bool | sendContent (MWAWContentListenerPtr) |
| send the content More... | |
Public Member Functions inherited from MWAWTableCell | |
| MWAWTableCell () | |
| constructor More... | |
| virtual | ~MWAWTableCell () |
| destructor More... | |
| void | setBox (Box2f const &dim) |
| set the bounding box (units in point) More... | |
| Box2f const & | box () const |
| return the bounding box More... | |
Public Attributes | |
| WNText & | m_parser |
| the text parser More... | |
| MWAWColor | m_color |
| the background color More... | |
| int | m_borderList |
| the border list : libmwaw::LeftBorderBit | ... More... | |
| std::vector< ContentZone > | m_zonesList |
| the list of zone More... | |
| std::vector< shared_ptr < ContentZones > > | m_footnoteList |
| a list to retrieve the footnote content More... | |
Additional Inherited Members | |
Protected Attributes inherited from MWAWTableCell | |
| Box2f | m_box |
| the cell bounding box (unit in point) More... | |
| Vec2i | m_position |
| the final position in the table More... | |
| Vec2i | m_numberCellSpanned |
| the number of cell span More... | |
Internal: the cell of a WNText.
|
inline |
constructor
|
inlinevirtual |
send the content
Implements MWAWTableCell.
|
virtual |
send the content
as a cell can be arbitrary cutted in small part, we must retrieve the last ruler
Implements MWAWTableCell.
Referenced by send().
| int WNTextInternal::Cell::m_borderList |
the border list : libmwaw::LeftBorderBit | ...
Referenced by send().
| std::vector<shared_ptr<ContentZones> > WNTextInternal::Cell::m_footnoteList |
a list to retrieve the footnote content
Referenced by sendContent().
| WNText& WNTextInternal::Cell::m_parser |
the text parser
Referenced by sendContent().
| std::vector<ContentZone> WNTextInternal::Cell::m_zonesList |
the list of zone
Referenced by sendContent().