the state of LotusParser More...
Public Member Functions | |
State (libwps_tools_win::Font::Type fontType) | |
constructor | |
libwps_tools_win::Font::Type | getDefaultFontType () const |
return the default font style | |
WPSFont | getDefaultFont () const |
returns a default font (Courier12) with file's version to define the default encoding */ | |
Public Attributes | |
long | m_eof |
the last file position | |
libwps_tools_win::Font::Type | m_fontType |
the user font type | |
int | m_version |
the file version | |
bool | m_inMainContentBlock |
a flag used to know if we are in the main block or no | |
std::map< int, Font > | m_fontsMap |
the fonts map | |
WPSPageSpan | m_pageSpan |
the actual document size | |
int | m_maxSheet |
the last sheet number | |
int | m_actPage |
the actual page | |
int | m_numPages |
std::string | m_headerString |
the header string | |
std::string | m_footerString |
the footer string |
the state of LotusParser
LotusParserInternal::State::State | ( | libwps_tools_win::Font::Type | fontType | ) | [inline] |
constructor
WPSFont LotusParserInternal::State::getDefaultFont | ( | ) | const [inline] |
returns a default font (Courier12) with file's version to define the default encoding */
libwps_tools_win::Font::Type LotusParserInternal::State::getDefaultFontType | ( | ) | const [inline] |
return the default font style
the actual page
the last file position
std::map<int, Font> LotusParserInternal::State::m_fontsMap |
the fonts map
the user font type
std::string LotusParserInternal::State::m_footerString |
the footer string
std::string LotusParserInternal::State::m_headerString |
the header string
a flag used to know if we are in the main block or no
the last sheet number
the actual document size
the file version