STOFFFont Class Reference

Class to store font. More...

#include <STOFFFont.hxx>

List of all members.

Public Member Functions

 STOFFFont ()
 constructor
 ~STOFFFont ()
 destructor
void addTo (librevenge::RVNGPropertyList &propList) const
 add to the propList
int cmp (STOFFFont const &font) const
 a comparison function
bool operator== (STOFFFont const &font) const
 operator==
bool operator!= (STOFFFont const &font) const
 operator!=
bool operator< (STOFFFont const &font) const
 operator<

Public Attributes

librevenge::RVNGPropertyList m_propertyList
 the property list
STOFFColor m_shadowColor
 the shadow color
bool m_hyphen
 hyphen
bool m_softHyphen
 soft hyphen
bool m_lineBreak
 line break

Friends

std::ostream & operator<< (std::ostream &o, STOFFFont const &font)
 operator<<

Detailed Description

Class to store font.


Constructor & Destructor Documentation

STOFFFont::STOFFFont ( ) [inline]

constructor

destructor


Member Function Documentation

void STOFFFont::addTo ( librevenge::RVNGPropertyList &  propList) const

add to the propList

Referenced by STOFFCell::addTo(), and StarObjectSmallTextInternal::Paragraph::send().

int STOFFFont::cmp ( STOFFFont const &  font) const

a comparison function

Referenced by operator!=(), operator<(), and operator==().

bool STOFFFont::operator!= ( STOFFFont const &  font) const [inline]

operator!=

bool STOFFFont::operator< ( STOFFFont const &  font) const [inline]

operator<

bool STOFFFont::operator== ( STOFFFont const &  font) const [inline]

operator==


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
STOFFFont const &  font 
) [friend]

operator<<


Member Data Documentation


The documentation for this class was generated from the following files: