struct to store the columns properties More...
#include <MWAWSection.hxx>
| Public Member Functions | |
| Column () | |
| constructor  More... | |
| bool | addTo (librevenge::RVNGPropertyList &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... | |
| librevenge::RVNGUnit | 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 | ( | librevenge::RVNGPropertyList & | 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(), MsWrdStruct::Section::getSection(), FullWrtTextInternal::PageInfo::getSection(), operator!=(), operator<<(), MarinerWrtParser::readZoneDim(), and MWAWSection::setColumns().
| double MWAWSection::Column::m_width | 
the columns width
Referenced by addTo(), WriterPlsParser::findSection(), MsWrdStruct::Section::getSection(), FullWrtTextInternal::PageInfo::getSection(), operator!=(), operator<<(), MarinerWrtParser::readZoneDim(), and MWAWSection::setColumns().
| librevenge::RVNGUnit MWAWSection::Column::m_widthUnit | 
the width unit (default inches)
Referenced by addTo(), WriterPlsParser::findSection(), MsWrdStruct::Section::getSection(), FullWrtTextInternal::PageInfo::getSection(), operator!=(), MarinerWrtParser::readZoneDim(), and MWAWSection::setColumns().