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