the CELL structure a structure related to number/date format More...
#include <ClarisWksStyleManager.hxx>
Public Member Functions | |
| CellFormat (MWAWCell::Format const &format=MWAWCell::Format()) | |
| constructor from cell | |
Public Attributes | |
| MWAWCell::HorizontalAlignment | m_hAlign |
| the cell alignment : by default nothing | |
| int | m_fileFormat |
| the field format: number, string, currency, .. | |
| int | m_borders |
| the borders | |
| bool | m_wrap |
| true if the cell content is wrapped | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, CellFormat const &form) |
| operator<< | |
the CELL structure a structure related to number/date format
| ClarisWksStyleManager::CellFormat::CellFormat | ( | MWAWCell::Format const & | format = MWAWCell::Format() | ) | [inline] |
constructor from cell
| std::ostream& operator<< | ( | std::ostream & | o, |
| ClarisWksStyleManager::CellFormat const & | form | ||
| ) | [friend] |
operator<<
the borders
Referenced by operator<<(), ClarisWksStyleManager::readCellStyles(), and ClarisWksDbaseContent::readRecordSS().
| std::string ClarisWksStyleManager::CellFormat::m_extra |
extra data
Referenced by operator<<(), and ClarisWksStyleManager::readCellStyles().
the field format: number, string, currency, ..
Referenced by ClarisWksDbaseContent::get(), operator<<(), ClarisWksStyleManager::readCellStyles(), ClarisWksDbaseContent::readRecordSS(), and ClarisWksDbaseContent::send().
the cell alignment : by default nothing
Referenced by ClarisWksDbaseContent::get(), ClarisWksStyleManager::readCellStyles(), and ClarisWksDbaseContent::readRecordSS().
true if the cell content is wrapped
Referenced by operator<<(), and ClarisWksStyleManager::readCellStyles().