Internal: the state of a MSK4Text.
More...
Public Member Functions |
| | State () |
| | constructor
|
| bool | parseMain () const |
| | returns true if we parse the main block
|
| void | setParse (bool main) |
| | sets main to true if we parse the main block
|
Protected Attributes |
| bool | m_main |
| | true if we parse the main block
|
Detailed Description
Internal: the state of a MSK4Text.
- Note
- in order to diffenciate a note definition with its main text position, we define a flag to indicate that we parse the MN0 ole or the Footnote ole ( see parseMain, setParse)
Constructor & Destructor Documentation
| MSK4TextInternal::State::State |
( |
| ) |
|
|
inline |
Member Function Documentation
| bool MSK4TextInternal::State::parseMain |
( |
| ) |
const |
|
inline |
returns true if we parse the main block
| void MSK4TextInternal::State::setParse |
( |
bool |
main | ) |
|
|
inline |
sets main to true if we parse the main block
Member Data Documentation
| MWAWFont MSK4TextInternal::State::m_defFont |
| std::map<long, Object> MSK4TextInternal::State::m_eobjMap |
mapping text offset to object
| std::vector<Font> MSK4TextInternal::State::m_fontList |
a list of all font properties
| std::vector<FontName> MSK4TextInternal::State::m_fontNames |
| std::vector<Ftnt> MSK4TextInternal::State::m_ftntList |
| std::map<long, Ftnt> MSK4TextInternal::State::m_ftntMap |
mapping text offset to footnote
| bool MSK4TextInternal::State::m_main |
|
protected |
| Paragraph MSK4TextInternal::State::m_paragraph |
| std::vector<Paragraph> MSK4TextInternal::State::m_paragraphList |
a list of all paragraph properties
| std::vector<long> MSK4TextInternal::State::m_pgdList |
a list of all page breaks
| std::vector<DataPLC> MSK4TextInternal::State::m_plcList |
The documentation for this struct was generated from the following file: