Internal: the state of a LWText. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
int | m_version |
the file version | |
int | m_numPages |
int | m_actualPage |
std::vector< Font > | m_fontsList |
the list of fonts | |
std::vector< Font > | m_auxiFontsList |
the auxiliar list of fonts | |
std::vector< Paragraph > | m_paragraphsList |
the list of paragraph | |
std::multimap< long, PLC > | m_plcMap |
the plc map | |
HFZone | m_header |
header | |
HFZone | m_footer |
footer |
Internal: the state of a LWText.
LWTextInternal::State::State | ( | ) | [inline] |
constructor
std::vector<Font> LWTextInternal::State::m_auxiFontsList |
the auxiliar list of fonts
std::vector<Font> LWTextInternal::State::m_fontsList |
the list of fonts
std::vector<Paragraph> LWTextInternal::State::m_paragraphsList |
the list of paragraph
std::multimap<long, PLC> LWTextInternal::State::m_plcMap |
the plc map
int LWTextInternal::State::m_version [mutable] |
the file version