51 void addTo(librevenge::RVNGPropertyList &propList)
const;
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFFont.cxx:60
STOFFFont()
constructor
Definition: STOFFFont.hxx:47
bool m_hyphen
hyphen
Definition: STOFFFont.hxx:67
friend std::ostream & operator<<(std::ostream &o, STOFFFont const &font)
operator<<
Definition: STOFFFont.cxx:44
STOFFColor m_shadowColor
the shadow color
Definition: STOFFFont.hxx:65
bool operator==(STOFFFont const &font) const
operator==
Definition: STOFFFont.cxx:54
bool m_softHyphen
soft hyphen
Definition: STOFFFont.hxx:69
bool m_lineBreak
line break
Definition: STOFFFont.hxx:71
bool operator!=(STOFFFont const &font) const
operator!=
Definition: STOFFFont.hxx:58
the class to store a color
Definition: libstaroffice_internal.hxx:179
Class to store font.
Definition: STOFFFont.hxx:43
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFont.hxx:63