34 #ifndef STOFF_SECTION_H 35 #define STOFF_SECTION_H 40 #include <librevenge/librevenge.h> 59 void addTo(librevenge::RVNGPropertyList &propList)
const;
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFSection.cxx:53
bool operator!=(STOFFSection const &sec) const
operator!=
Definition: STOFFSection.cxx:48
STOFFSection()
constructor
Definition: STOFFSection.hxx:50
a class which stores section properties
Definition: STOFFSection.hxx:45
~STOFFSection()
destructor
Definition: STOFFSection.cxx:44
int numColumns() const
returns the number of columns
Definition: STOFFSection.cxx:68
bool operator==(STOFFSection const &sec) const
operator==
Definition: STOFFSection.hxx:63
librevenge::RVNGPropertyList m_propertyList
the propertyList
Definition: STOFFSection.hxx:69