Internal: the state of a BWText. More...
Public Member Functions | |
State () | |
constructor | |
MWAWFont | getFont (Font const &ft) |
returns the font corresponding to a file font | |
Public Attributes | |
MWAWEntry | m_textEntry |
the main text entry | |
std::vector< Section > | m_sectionList |
the section list | |
std::vector< int > | m_numPagesBySectionList |
the number of page by section | |
int | m_version |
the file version | |
std::vector< int > | m_fileIdFontIdList |
a list to get the correspondance between fileId and fontId | |
int | m_numPages |
int | m_actualPage |
Internal: the state of a BWText.
BWTextInternal::State::State | ( | ) | [inline] |
constructor
MWAWFont BWTextInternal::State::getFont | ( | Font const & | ft | ) | [inline] |
returns the font corresponding to a file font
std::vector<int> BWTextInternal::State::m_fileIdFontIdList |
a list to get the correspondance between fileId and fontId
Referenced by getFont().
std::vector<int> BWTextInternal::State::m_numPagesBySectionList |
the number of page by section
std::vector<Section> BWTextInternal::State::m_sectionList |
the section list
the main text entry
int BWTextInternal::State::m_version [mutable] |
the file version