the state of QuattroDosParser More...
Public Member Functions | |
State (libwps_tools_win::Font::Type fontType) | |
constructor More... | |
libwps_tools_win::Font::Type | getDefaultFontType () const |
return the default font style More... | |
WPSFont | getDefaultFont () const |
returns a default font (Courier12) with file's version to define the default encoding */ More... | |
Static Public Member Functions | |
static bool | getColor (int id, WPSColor &color) |
returns a color corresponding to an id More... | |
Public Attributes | |
long | m_eof |
the last file position More... | |
libwps_tools_win::Font::Type | m_fontType |
the user font type More... | |
int | m_version |
the file version More... | |
bool | m_hasLICSCharacters |
flag to know if the character More... | |
std::vector< Font > | m_fontsList |
the fonts list More... | |
std::map< int, librevenge::RVNGString > | m_idToFileNameMap |
map id to filename More... | |
WPSPageSpan | m_pageSpan |
the actual document size More... | |
int | m_actPage |
the actual page More... | |
int | m_numPages |
std::string | m_headerString |
the header string More... | |
std::string | m_footerString |
the footer string More... | |
the state of QuattroDosParser
|
inlineexplicit |
constructor
|
static |
returns a color corresponding to an id
|
inline |
returns a default font (Courier12) with file's version to define the default encoding */
|
inline |
return the default font style
int QuattroDosParserInternal::State::m_actPage |
the actual page
long QuattroDosParserInternal::State::m_eof |
the last file position
std::vector<Font> QuattroDosParserInternal::State::m_fontsList |
the fonts list
libwps_tools_win::Font::Type QuattroDosParserInternal::State::m_fontType |
the user font type
std::string QuattroDosParserInternal::State::m_footerString |
the footer string
bool QuattroDosParserInternal::State::m_hasLICSCharacters |
flag to know if the character
std::string QuattroDosParserInternal::State::m_headerString |
the header string
std::map<int, librevenge::RVNGString> QuattroDosParserInternal::State::m_idToFileNameMap |
map id to filename
int QuattroDosParserInternal::State::m_numPages |
WPSPageSpan QuattroDosParserInternal::State::m_pageSpan |
the actual document size
int QuattroDosParserInternal::State::m_version |
the file version