CWStyleManager::CellFormat Struct Reference

the CELL structure a structure related to number/date format More...

#include <CWStyleManager.hxx>

List of all members.

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<<

Detailed Description

the CELL structure a structure related to number/date format


Constructor & Destructor Documentation

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
CWStyleManager::CellFormat const &  form 
) [friend]

operator<<


Member Data Documentation

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().

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().


The documentation for this struct was generated from the following file: