Internal: class to store a section of a HanMacWrdJText. 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... | |
Internal: class to store a section of a HanMacWrdJText.
|
inline |
constructor
|
inline |
returns a MWAWSection
Referenced by HanMacWrdJText::sendText().
|
friend |
operator<<
std::vector<double> HanMacWrdJTextInternal::Section::m_colSep |
the columns separator width
Referenced by getSection(), and HanMacWrdJText::readSections().
std::vector<double> HanMacWrdJTextInternal::Section::m_colWidth |
the columns width
Referenced by getSection(), HanMacWrdJText::readSections(), and HanMacWrdJText::sendText().
std::string HanMacWrdJTextInternal::Section::m_extra |
extra string string
Referenced by HanMacWrdJText::readSections().
long HanMacWrdJTextInternal::Section::m_id |
the id
Referenced by HanMacWrdJText::readSections().
int HanMacWrdJTextInternal::Section::m_numCols |
the number of column
Referenced by HanMacWrdJText::computeNumPages(), getSection(), HanMacWrdJText::readSections(), and HanMacWrdJText::sendText().