internal class used to store a section More...
Public Member Functions | |
Section () | |
the constructor More... | |
MWAWSection | getSection () const |
returns a section More... | |
Public Attributes | |
long | m_pos |
the character position More... | |
int | m_numColumns |
the number of column More... | |
std::vector< int > | m_columnsWidth |
the columns width More... | |
std::vector< int > | m_columnsSep |
the columns separator More... | |
std::string | m_extra |
a string to store unparsed data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Section const &sec) |
operator << More... | |
internal class used to store a section
|
inline |
the constructor
|
inline |
returns a section
|
friend |
operator <<
std::vector<int> CWTextInternal::Section::m_columnsSep |
the columns separator
Referenced by getSection(), and CWText::readTextSection().
std::vector<int> CWTextInternal::Section::m_columnsWidth |
the columns width
Referenced by getSection(), and CWText::readTextSection().
std::string CWTextInternal::Section::m_extra |
a string to store unparsed data
Referenced by CWText::readTextSection().
int CWTextInternal::Section::m_numColumns |
the number of column
Referenced by getSection(), and CWText::readTextSection().
long CWTextInternal::Section::m_pos |
the character position
Referenced by CWText::readTextSection().