HanMacWrdKTextInternal::Section Struct Reference

Internal: class to store a section of a HanMacWrdKText. More...

Public Member Functions

 Section ()
 constructor More...
 
MWAWSection getSection () const
 returns a MWAWSection More...
 

Public Attributes

int m_numCols
 the number of column More...
 
std::vector< double > m_colWidth
 the columns width More...
 
std::vector< double > m_colSep
 the columns separator width More...
 
long m_id
 the id More...
 
std::string m_extra
 extra string string More...
 

Friends

std::ostream & operator<< (std::ostream &o, Section const &sec)
 operator<< More...
 

Detailed Description

Internal: class to store a section of a HanMacWrdKText.

Constructor & Destructor Documentation

◆ Section()

HanMacWrdKTextInternal::Section::Section ( )
inline

constructor

Member Function Documentation

◆ getSection()

MWAWSection HanMacWrdKTextInternal::Section::getSection ( ) const
inline

returns a MWAWSection

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
Section const &  sec 
)
friend

operator<<

Member Data Documentation

◆ m_colSep

std::vector<double> HanMacWrdKTextInternal::Section::m_colSep

the columns separator width

Referenced by getSection(), and HanMacWrdKText::readSections().

◆ m_colWidth

std::vector<double> HanMacWrdKTextInternal::Section::m_colWidth

◆ m_extra

std::string HanMacWrdKTextInternal::Section::m_extra

extra string string

Referenced by HanMacWrdKText::readSections().

◆ m_id

long HanMacWrdKTextInternal::Section::m_id

the id

◆ m_numCols

int HanMacWrdKTextInternal::Section::m_numCols

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

Generated for libmwaw by doxygen 1.8.14