MWAWSection::Column Struct Reference

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

Detailed Description

struct to store the columns properties

Constructor & Destructor Documentation

◆ Column()

MWAWSection::Column::Column ( )
inline

constructor

Member Function Documentation

◆ addTo()

bool MWAWSection::Column::addTo ( librevenge::RVNGPropertyList &  propList) const

add a column to the propList

◆ operator!=()

bool MWAWSection::Column::operator!= ( Column const &  col) const
inline

operator!=

Referenced by operator==().

◆ operator==()

bool MWAWSection::Column::operator== ( Column const &  col) const
inline

operator==

Friends And Related Function Documentation

◆ operator<<

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

operator <<

Member Data Documentation

◆ m_margins

◆ m_width

◆ m_widthUnit


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

Generated for libmwaw by doxygen 1.8.14