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