ClarisWksTextInternal::Section Struct Reference

internal class used to store a section More...

List of all members.

Public Member Functions

 Section ()
 the constructor
MWAWSection getSection () const
 returns a section

Public Attributes

long m_pos
 the character position
int m_numColumns
 the number of column
std::vector< int > m_columnsWidth
 the columns width
std::vector< int > m_columnsSep
 the columns separator
bool m_startOnNewPage
 a new section generates a page break
int m_firstPage
 the first page
bool m_hasTitlePage
 true if the first page is a title page(ie.
bool m_continuousHF
 true if the header/footer are shared with previous sections
bool m_leftRightHF
 true if the left/right header/footer are different
int m_HFId [4]
 the header/footer id
std::string m_extra
 a string to store unparsed data

Friends

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

Detailed Description

internal class used to store a section


Constructor & Destructor Documentation

the constructor


Member Function Documentation

returns a section


Friends And Related Function Documentation

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

operator <<


Member Data Documentation

the columns separator

Referenced by getSection(), and ClarisWksText::readTextSection().

true if the header/footer are shared with previous sections

Referenced by ClarisWksText::readTextSection().

a string to store unparsed data

Referenced by ClarisWksText::readTextSection().

true if the first page is a title page(ie.

no header/footer)

Referenced by ClarisWksText::readTextSection(), and ClarisWksText::updatePageSpanList().

true if the left/right header/footer are different

Referenced by ClarisWksText::readTextSection().

the character position

Referenced by ClarisWksText::readTextSection().

a new section generates a page break

Referenced by ClarisWksText::readTextSection().


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