Internal: class to store a section of a HMWKText. More...
Public Member Functions | |
Section () | |
constructor | |
MWAWSection | getSection () const |
returns a MWAWSection | |
Public Attributes | |
int | m_numCols |
the number of column | |
std::vector< double > | m_colWidth |
the columns width | |
std::vector< double > | m_colSep |
the columns separator width | |
long | m_id |
the id | |
std::string | m_extra |
extra string string | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Section const &sec) |
operator<< |
Internal: class to store a section of a HMWKText.
HMWKTextInternal::Section::Section | ( | ) | [inline] |
constructor
MWAWSection HMWKTextInternal::Section::getSection | ( | ) | const [inline] |
returns a MWAWSection
Referenced by HMWKText::sendText().
std::ostream& operator<< | ( | std::ostream & | o, |
Section const & | sec | ||
) | [friend] |
operator<<
std::vector<double> HMWKTextInternal::Section::m_colSep |
the columns separator width
Referenced by getSection(), and HMWKText::readSections().
std::vector<double> HMWKTextInternal::Section::m_colWidth |
the columns width
Referenced by getSection(), HMWKText::readSections(), and HMWKText::sendText().
std::string HMWKTextInternal::Section::m_extra |
extra string string
Referenced by HMWKText::readSections().
the id
the number of column
Referenced by getSection(), HMWKText::readSections(), and HMWKText::sendText().