Internal: the state of a MacWrtParser. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
std::string | m_compressCorr |
the correspondance between int compressed and char : must be 15 character | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document | |
FileHeader | m_fileHeader |
the header | |
WindowsInfo | m_windows [3] |
the information of main document, header, footer | |
int | m_headerHeight |
the header height if known | |
int | m_footerHeight |
the footer height if known | |
Internal: the state of a MacWrtParser.
|
inline |
constructor
int MacWrtParserInternal::State::m_actPage |
the actual page
Referenced by State().
std::string MacWrtParserInternal::State::m_compressCorr |
the correspondance between int compressed and char : must be 15 character
Referenced by State().
FileHeader MacWrtParserInternal::State::m_fileHeader |
the header
Referenced by State().
int MacWrtParserInternal::State::m_footerHeight |
the footer height if known
Referenced by State().
int MacWrtParserInternal::State::m_headerHeight |
the header height if known
Referenced by State().
int MacWrtParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
WindowsInfo MacWrtParserInternal::State::m_windows[3] |
the information of main document, header, footer