Class to store font. More...
#include <STOFFFont.hxx>
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<< | |
Class to store font.
| STOFFFont::STOFFFont | ( | ) | [inline] |
constructor
destructor
| 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==
| std::ostream& operator<< | ( | std::ostream & | o, |
| STOFFFont const & | font | ||
| ) | [friend] |
operator<<
| bool STOFFFont::m_hyphen |
hyphen
Referenced by StarCharAttribute::StarCAttributeBool::addTo(), cmp(), and operator<<().
line break
Referenced by StarCharAttribute::StarCAttributeBool::addTo(), cmp(), and operator<<().
| librevenge::RVNGPropertyList STOFFFont::m_propertyList |
the property list
Referenced by addTo(), StarCharAttribute::StarCAttributeBool::addTo(), StarCharAttribute::StarCAttributeColor::addTo(), StarCharAttribute::StarCAttributeInt::addTo(), StarCharAttribute::StarCAttributeUInt::addTo(), StarCharAttribute::StarCAttributeEscapement::addTo(), StarCharAttribute::StarCAttributeFont::addTo(), StarCharAttribute::StarCAttributeFontSize::addTo(), StarGraphicAttribute::StarGAttributeBrush::addTo(), cmp(), STOFFGraphicListener::defineStyle(), STOFFTextListener::defineStyle(), STOFFSpreadsheetListener::defineStyle(), operator<<(), StarObjectNumericRuler::readAttributeLevel(), and StarObjectNumericRuler::readLevel().
the shadow color
Referenced by addTo(), StarGraphicAttribute::StarGAttributeNamedColor::addTo(), cmp(), and operator<<().
soft hyphen
Referenced by StarCharAttribute::StarCAttributeVoid::addTo(), cmp(), and operator<<().