MWAWSection::Column Struct Reference

struct to store the columns properties More...

#include <MWAWSection.hxx>

List of all members.

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 <<

Detailed Description

struct to store the columns properties


Constructor & Destructor Documentation

constructor


Member Function Documentation

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==


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
MWAWSection::Column const &  col 
) [friend]

operator <<


Member Data Documentation


The documentation for this struct was generated from the following files: