34 #ifndef STOFF_FRAME_STYLE
35 # define STOFF_FRAME_STYLE
56 void addTo(librevenge::RVNGPropertyList &propList)
const;
58 void addStyleTo(librevenge::RVNGPropertyList &propList)
const;
Class to store a frame style.
Definition: STOFFFrameStyle.hxx:46
STOFFPosition m_position
the position
Definition: STOFFFrameStyle.hxx:73
bool operator!=(STOFFFrameStyle const &frameStyle) const
operator!=
Definition: STOFFFrameStyle.hxx:66
STOFFPosition getPosition() const
return a position corresponding to the current style
Definition: STOFFFrameStyle.cxx:56
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFFrameStyle.cxx:79
STOFFFrameStyle()
constructor
Definition: STOFFFrameStyle.hxx:49
int m_anchorIndex
the anchor index: used to relate to find the character related to at_char
Definition: STOFFFrameStyle.hxx:75
friend std::ostream & operator<<(std::ostream &o, STOFFFrameStyle const &frameStyle)
operator<<
Definition: STOFFFrameStyle.cxx:44
bool operator==(STOFFFrameStyle const &frameStyle) const
operator==
Definition: STOFFFrameStyle.cxx:50
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFrameStyle.hxx:71
void addStyleTo(librevenge::RVNGPropertyList &propList) const
add style to the propList
Definition: STOFFFrameStyle.cxx:66
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: STOFFPosition.hxx:48