the state of WKS4Parser More...
Public Member Functions | |
State (libwps_tools_win::Font::Type fontType) | |
constructor | |
bool | getColor (int id, WPSColor &color) const |
returns a color corresponding to an id | |
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::WPSCreator | m_creator |
the application | |
bool | m_isSpreadsheet |
boolean to know if the file is a spreadsheet file or a database file | |
libwps_tools_win::Font::Type | m_fontType |
the user font type | |
int | m_version |
the file version | |
bool | m_hasLICSCharacters |
flag to know if the character | |
std::vector< Font > | m_fontsList |
the fonts list | |
WPSPageSpan | m_pageSpan |
the actual document size | |
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 WKS4Parser
WKS4ParserInternal::State::State | ( | libwps_tools_win::Font::Type | fontType | ) | [inline] |
constructor
bool WKS4ParserInternal::State::getColor | ( | int | id, |
WPSColor & | color | ||
) | const |
returns a color corresponding to an id
WPSFont WKS4ParserInternal::State::getDefaultFont | ( | ) | const [inline] |
returns a default font (Courier12) with file's version to define the default encoding */
libwps_tools_win::Font::Type WKS4ParserInternal::State::getDefaultFontType | ( | ) | const [inline] |
return the default font style
the actual page
the application
the last file position
std::vector<Font> WKS4ParserInternal::State::m_fontsList |
the fonts list
the user font type
std::string WKS4ParserInternal::State::m_footerString |
the footer string
flag to know if the character
std::string WKS4ParserInternal::State::m_headerString |
the header string
boolean to know if the file is a spreadsheet file or a database file
the actual document size
the file version