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