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... | |
bool | m_startOnNewPage |
a new section generates a page break More... | |
int | m_firstPage |
the first page More... | |
bool | m_hasTitlePage |
true if the first page is a title page(ie. More... | |
bool | m_continuousHF |
true if the header/footer are shared with previous sections More... | |
bool | m_leftRightHF |
true if the left/right header/footer are different More... | |
int | m_HFId [4] |
the header/footer id 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> ClarisWksTextInternal::Section::m_columnsSep |
the columns separator
Referenced by getSection(), and ClarisWksText::readTextSection().
std::vector<int> ClarisWksTextInternal::Section::m_columnsWidth |
the columns width
Referenced by getSection(), and ClarisWksText::readTextSection().
bool ClarisWksTextInternal::Section::m_continuousHF |
true if the header/footer are shared with previous sections
Referenced by ClarisWksText::readTextSection().
std::string ClarisWksTextInternal::Section::m_extra |
a string to store unparsed data
Referenced by ClarisWksText::readTextSection().
int ClarisWksTextInternal::Section::m_firstPage |
the first page
Referenced by ClarisWksText::readTextSection().
bool ClarisWksTextInternal::Section::m_hasTitlePage |
true if the first page is a title page(ie.
no header/footer)
Referenced by ClarisWksText::readTextSection().
int ClarisWksTextInternal::Section::m_HFId[4] |
the header/footer id
Referenced by ClarisWksText::readTextSection(), and Section().
bool ClarisWksTextInternal::Section::m_leftRightHF |
true if the left/right header/footer are different
Referenced by ClarisWksText::readTextSection().
int ClarisWksTextInternal::Section::m_numColumns |
the number of column
Referenced by getSection(), and ClarisWksText::readTextSection().
long ClarisWksTextInternal::Section::m_pos |
the character position
Referenced by ClarisWksText::readTextSection().
bool ClarisWksTextInternal::Section::m_startOnNewPage |
a new section generates a page break
Referenced by ClarisWksText::readTextSection().