STOFFParagraph Class Reference

class to store the paragraph properties More...

#include <STOFFParagraph.hxx>

List of all members.

Public Member Functions

 STOFFParagraph ()
 constructor
void addTo (librevenge::RVNGPropertyList &propList) const
 add to the propList
bool operator== (STOFFParagraph const &p) const
 operator==
bool operator!= (STOFFParagraph const &p) const
 operator!=

Public Attributes

librevenge::RVNGPropertyList m_propertyList
 the properties
bool m_bulletVisible
 flag to know if the bullet is visible
int m_listLevelIndex
 the actual level index
int m_listId
 the list id (if know )
int m_listStartValue
 the list start value (if set )
STOFFListLevel m_listLevel
 the actual level

Friends

std::ostream & operator<< (std::ostream &o, STOFFParagraph const &para)
 operator<<

Detailed Description

class to store the paragraph properties


Constructor & Destructor Documentation

constructor


Member Function Documentation

void STOFFParagraph::addTo ( librevenge::RVNGPropertyList &  propList) const

add to the propList

bool STOFFParagraph::operator!= ( STOFFParagraph const &  p) const [inline]

operator!=

bool STOFFParagraph::operator== ( STOFFParagraph const &  p) const

operator==

Referenced by operator!=().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
STOFFParagraph const &  para 
) [friend]

operator<<


Member Data Documentation

the list start value (if set )

Referenced by operator==().


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