Internal: the state of a BeagleWksParser. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
long | m_textBegin |
the text begin position More... | |
std::multimap< std::string, MWAWEntry > | m_typeEntryMap |
the type entry map More... | |
int | m_actPage |
the actual page More... | |
int | m_numPages |
the number of page of the final document More... | |
int | m_headerHeight |
the header height if known More... | |
int | m_footerHeight |
the footer height if known More... | |
Internal: the state of a BeagleWksParser.
|
inline |
constructor
int BeagleWksParserInternal::State::m_actPage |
the actual page
int BeagleWksParserInternal::State::m_footerHeight |
the footer height if known
int BeagleWksParserInternal::State::m_headerHeight |
the header height if known
int BeagleWksParserInternal::State::m_numPages |
the number of page of the final document
long BeagleWksParserInternal::State::m_textBegin |
the text begin position
std::multimap<std::string, MWAWEntry> BeagleWksParserInternal::State::m_typeEntryMap |
the type entry map