STOFFSection::Column Struct Reference

struct to store the columns properties More...

#include <STOFFSection.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 libstoff::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

STOFFSection::Column::Column ( )
inline

constructor

Member Function Documentation

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

add a column to the propList

Referenced by STOFFSection::addColumnsTo(), and Column().

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

operator!=

Referenced by operator==().

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

operator==

Friends And Related Function Documentation

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

operator <<

Referenced by Column().

Member Data Documentation

double STOFFSection::Column::m_margins[4]

the margins in inches using libstoff::Position orders

Referenced by addTo(), Column(), operator!=(), operator<<(), and STOFFSection::setColumns().

double STOFFSection::Column::m_width

the columns width

Referenced by addTo(), operator!=(), operator<<(), and STOFFSection::setColumns().

librevenge::RVNGUnit STOFFSection::Column::m_widthUnit

the width unit (default inches)

Referenced by addTo(), operator!=(), and STOFFSection::setColumns().


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

Generated on Mon Feb 22 2016 09:38:08 for libstaroffice by doxygen 1.8.11