struct to store the columns properties More...
#include <MWAWSection.hxx>
Public Member Functions | |
Column () | |
constructor More... | |
bool | addTo (WPXPropertyList &propList) const |
add a column to the propList More... | |
bool | operator!= (Column const &col) const |
operator!= More... | |
bool | operator== (Column const &col) const |
operator== More... | |
Public Attributes | |
double | m_width |
the columns width More... | |
WPXUnit | m_widthUnit |
the width unit (default inches) More... | |
double | m_margins [4] |
the margins in inches using libmwaw::Position orders More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Column const &column) |
operator << More... | |
struct to store the columns properties
|
inline |
constructor
bool MWAWSection::Column::addTo | ( | WPXPropertyList & | propList | ) | const |
add a column to the propList
|
inline |
operator!=
Referenced by operator==().
|
inline |
operator==
|
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().