Internal: the state of a MsWrdParser. More...
Public Member Functions | |
| State () | |
| constructor | |
Public Attributes | |
| long | m_bot |
| the begin of the text | |
| long | m_eot |
| end of the text | |
| bool | m_endNote |
| a flag to know if we must place the note at the end or in the foot part | |
| std::map< long, Picture > | m_picturesMap |
| the map filePos -> Picture | |
| std::vector< Object > | m_objectList [2] |
| the list of object ( mainZone, other zone) | |
| 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 | |
| std::vector< int > | m_headersId |
| the list of header id which corresponds to each page | |
| std::vector< int > | m_footersId |
| the list of footer id which corresponds to each page | |
Internal: the state of a MsWrdParser.
| MsWrdParserInternal::State::State | ( | ) | [inline] |
constructor
the actual page
the begin of the text
a flag to know if we must place the note at the end or in the foot part
end of the text
the footer height if known
| std::vector<int> MsWrdParserInternal::State::m_footersId |
the list of footer id which corresponds to each page
the header height if known
| std::vector<int> MsWrdParserInternal::State::m_headersId |
the list of header id which corresponds to each page
the number of page of the final document
| std::vector<Object> MsWrdParserInternal::State::m_objectList[2] |
the list of object ( mainZone, other zone)
| std::map<long, Picture> MsWrdParserInternal::State::m_picturesMap |
the map filePos -> Picture