a cellule of a WKS4 spreadsheet More...
Public Member Functions | |
Cell () | |
constructor | |
bool | send (WPSListenerPtr &) |
call when a cell must be send | |
bool | sendContent (WPSListenerPtr &) |
call when the content of a cell must be send | |
Public Attributes | |
int | m_styleId |
the style | |
WPSCellFormat::HorizontalAlignment | m_hAlign |
the horizontal align (in dos file) | |
WKSContentListener::CellContent | m_content |
the content | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
operator<< |
a cellule of a WKS4 spreadsheet
WKS4SpreadsheetInternal::Cell::Cell | ( | ) | [inline] |
constructor
bool WKS4SpreadsheetInternal::Cell::send | ( | WPSListenerPtr & | ) | [inline, virtual] |
call when a cell must be send
Implements WPSCell.
bool WKS4SpreadsheetInternal::Cell::sendContent | ( | WPSListenerPtr & | ) | [inline, virtual] |
call when the content of a cell must be send
Implements WPSCell.
std::ostream& operator<< | ( | std::ostream & | o, |
Cell const & | cell | ||
) | [friend] |
operator<<
the content
Referenced by WKS4SpreadsheetInternal::operator<<(), WKS4Spreadsheet::readCell(), WKS4Spreadsheet::readMsWorksDOSCellProperty(), and WKS4Spreadsheet::sendCellContent().
the horizontal align (in dos file)
Reimplemented from WPSCellFormat.
Referenced by WKS4SpreadsheetInternal::operator<<(), WKS4Spreadsheet::readCell(), and WKS4Spreadsheet::sendCellContent().