Internal: the state of a TeachTxtParser. More...
Public Member Functions | |
| State () | |
| constructor | |
Public Attributes | |
| MWAWDocument::Type | m_type |
| the file type | |
| std::map< long, MWAWFont > | m_posFontMap |
| the map of id -> font | |
| std::map< int, MWAWEntry > | m_idPictEntryMap |
| a map id->pictEntry | |
| int | m_numberSpacesForTab |
| number of space to used to replace tab (0: means keep tabs ) | |
| int | m_actPage |
| the actual page | |
| int | m_numPages |
| the number of page of the final document | |
| int | m_headerHeight |
| the header height if known | |
| int | m_footerHeight |
| the footer height if known | |
Internal: the state of a TeachTxtParser.
| TeachTxtParserInternal::State::State | ( | ) | [inline] |
constructor
the actual page
the footer height if known
the header height if known
| std::map<int,MWAWEntry> TeachTxtParserInternal::State::m_idPictEntryMap |
a map id->pictEntry
number of space to used to replace tab (0: means keep tabs )
the number of page of the final document
| std::map<long, MWAWFont > TeachTxtParserInternal::State::m_posFontMap |
the map of id -> font
the file type