STOFFFrameStyle Class Reference

Class to store a frame style. More...

#include <STOFFFrameStyle.hxx>

Public Member Functions

 STOFFFrameStyle ()
 constructor
 
void addTo (librevenge::RVNGPropertyList &propList) const
 add to the propList
 
void addStyleTo (librevenge::RVNGPropertyList &propList) const
 add style to the propList
 
STOFFPosition getPosition () const
 return a position corresponding to the current style
 
bool operator== (STOFFFrameStyle const &frameStyle) const
 operator==
 
bool operator!= (STOFFFrameStyle const &frameStyle) const
 operator!=
 

Public Attributes

librevenge::RVNGPropertyList m_propertyList
 the property list
 
STOFFPosition m_position
 the position
 
int m_anchorIndex
 the anchor index: used to relate to find the character related to at_char
 

Friends

std::ostream & operator<< (std::ostream &o, STOFFFrameStyle const &frameStyle)
 operator<<
 

Detailed Description

Class to store a frame style.

Constructor & Destructor Documentation

◆ STOFFFrameStyle()

STOFFFrameStyle::STOFFFrameStyle ( )
inline

constructor

Member Function Documentation

◆ addStyleTo()

void STOFFFrameStyle::addStyleTo ( librevenge::RVNGPropertyList & propList) const

add style to the propList

Referenced by addTo(), and StarObjectSmallGraphicInternal::SdrGraphic::updateStyle().

◆ addTo()

◆ getPosition()

STOFFPosition STOFFFrameStyle::getPosition ( ) const

return a position corresponding to the current style

Referenced by addTo().

◆ operator!=()

bool STOFFFrameStyle::operator!= ( STOFFFrameStyle const & frameStyle) const
inline

operator!=

◆ operator==()

bool STOFFFrameStyle::operator== ( STOFFFrameStyle const & frameStyle) const

operator==

Referenced by operator!=().

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & o,
STOFFFrameStyle const & frameStyle )
friend

operator<<

Member Data Documentation

◆ m_anchorIndex

int STOFFFrameStyle::m_anchorIndex

the anchor index: used to relate to find the character related to at_char

Referenced by StarFrameAttribute::StarFAttributeAnchor::addTo(), operator==(), and StarObjectTextInternal::TextZone::send().

◆ m_position

◆ m_propertyList


The documentation for this class was generated from the following files:

Generated on Mon Apr 22 2024 12:48:55 for libstaroffice by doxygen 1.10.0