LotusSpreadsheetInternal::Style Struct Reference

a class used to store a style of a cell in LotusSpreadsheet More...

Inheritance diagram for LotusSpreadsheetInternal::Style:
WPSCellFormat

List of all members.

Public Member Functions

 Style (libwps_tools_win::Font::Type type)
 construtor
bool isVisible () const
 returns true if the style has a background color and a border or a format type
bool operator== (Style const &st) const
 operator==
bool operator!= (Style const &st) const
 operator!=

Public Attributes

libwps_tools_win::Font::Type m_fontType
 font encoding type
std::string m_extra
 extra data

Friends

std::ostream & operator<< (std::ostream &o, Style const &style)
 operator<<

Detailed Description

a class used to store a style of a cell in LotusSpreadsheet


Constructor & Destructor Documentation


Member Function Documentation

returns true if the style has a background color and a border or a format type

Referenced by LotusSpreadsheet::sendSpreadsheet().

bool LotusSpreadsheetInternal::Style::operator!= ( Style const &  st) const [inline]

operator!=

bool LotusSpreadsheetInternal::Style::operator== ( Style const &  st) const

operator==


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Style const &  style 
) [friend]

operator<<


Member Data Documentation


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