CWStyleManager::CellFormat Struct Reference

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

Detailed Description

the CELL structure a structure related to number/date format

Constructor & Destructor Documentation

CWStyleManager::CellFormat::CellFormat ( )
inline

constructor

Friends And Related Function Documentation

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

operator<<

Member Data Documentation

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


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

Generated on Tue Mar 10 2015 17:32:09 for libmwaw by doxygen 1.8.5