the CELL structure a structure related to number/date format More...
#include <CWStyleManager.hxx>
Public Member Functions | |
| CellFormat () | |
| constructor | |
Public Attributes | |
| int | m_justify |
| the justification: 0:default, 1: left, 2: center, 3: right | |
| int | m_format |
| the field format: number, string, currency, .. | |
| int | m_numDigits |
| the number of digit after the commat | |
| bool | m_separateThousand |
| true if we need to add separator for thousand | |
| bool | m_parentheseNegatif |
| true if negatif number are printed with parentheses | |
| 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
| CWStyleManager::CellFormat::CellFormat | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| CWStyleManager::CellFormat const & | form | ||
| ) | [friend] |
operator<<
| std::string CWStyleManager::CellFormat::m_extra |
extra data
Referenced by operator<<(), and CWStyleManager::readCellStyles().
the field format: number, string, currency, ..
Referenced by operator<<(), CWStyleManager::readCellStyles(), and CWDbaseContent::send().
the justification: 0:default, 1: left, 2: center, 3: right
Referenced by operator<<(), CWStyleManager::readCellStyles(), and CWDbaseContent::send().
the number of digit after the commat
Referenced by operator<<(), CWStyleManager::readCellStyles(), and CWDbaseContent::send().
true if negatif number are printed with parentheses
Referenced by operator<<(), and CWStyleManager::readCellStyles().
true if we need to add separator for thousand
Referenced by operator<<(), and CWStyleManager::readCellStyles().
true if the cell content is wrapped
Referenced by operator<<(), and CWStyleManager::readCellStyles().