struct to store the columns properties More...
#include <MWAWSection.hxx>
Public Member Functions | |
Column () | |
constructor | |
bool | addTo (WPXPropertyList &propList) const |
add a column to the propList | |
bool | operator!= (Column const &col) const |
operator!= | |
bool | operator== (Column const &col) const |
operator== | |
Public Attributes | |
double | m_width |
the columns width | |
WPXUnit | m_widthUnit |
the width unit (default inches) | |
double | m_margins [4] |
the margins in inches using libmwaw::Position orders | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Column const &column) |
operator << |
struct to store the columns properties
MWAWSection::Column::Column | ( | ) | [inline] |
constructor
bool MWAWSection::Column::addTo | ( | WPXPropertyList & | propList | ) | const |
add a column to the propList
bool MWAWSection::Column::operator!= | ( | Column const & | col | ) | const [inline] |
operator!=
Referenced by operator==().
bool MWAWSection::Column::operator== | ( | Column const & | col | ) | const [inline] |
operator==
std::ostream& operator<< | ( | std::ostream & | o, |
MWAWSection::Column const & | col | ||
) | [friend] |
operator <<
double MWAWSection::Column::m_margins[4] |
the margins in inches using libmwaw::Position orders
Referenced by addTo(), Column(), MSWStruct::Section::getSection(), FWTextInternal::PageInfo::getSection(), operator!=(), operator<<(), MRWParser::readZoneDim(), and MWAWSection::setColumns().
double MWAWSection::Column::m_width |
the columns width
Referenced by addTo(), WPParser::findSection(), MSWStruct::Section::getSection(), FWTextInternal::PageInfo::getSection(), operator!=(), operator<<(), MRWParser::readZoneDim(), and MWAWSection::setColumns().
WPXUnit MWAWSection::Column::m_widthUnit |
the width unit (default inches)
Referenced by addTo(), WPParser::findSection(), MSWStruct::Section::getSection(), FWTextInternal::PageInfo::getSection(), operator!=(), MRWParser::readZoneDim(), and MWAWSection::setColumns().