34 #ifndef STOFF_FRAME_STYLE 35 # define STOFF_FRAME_STYLE 51 void addTo(librevenge::RVNGPropertyList &propList)
const;
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFrameStyle.hxx:63
Class to store a frame style.
Definition: STOFFFrameStyle.hxx:43
bool operator==(STOFFFrameStyle const &frameStyle) const
operator==
Definition: STOFFFrameStyle.cxx:50
bool operator!=(STOFFFrameStyle const &frameStyle) const
operator!=
Definition: STOFFFrameStyle.hxx:58
friend std::ostream & operator<<(std::ostream &o, STOFFFrameStyle const &frameStyle)
operator<<
Definition: STOFFFrameStyle.cxx:44
STOFFFrameStyle()
constructor
Definition: STOFFFrameStyle.hxx:47
STOFFVec2f m_frameSize
the last frame dimension
Definition: STOFFFrameStyle.hxx:65
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFFrameStyle.cxx:56