#include <WPS8TextStyle.h>
Public Types | |
enum | { T_None = 0, T_Object = 2, T_Footnote = 3, T_Endnote = 4, T_Field = 5, T_Comment = 6 } |
enum | { F_None = 0, F_PageNumber = -1, F_Date = -4, F_Time = -5 } |
Public Member Functions | |
FontData () | |
std::string | format () const |
returns a format to used with strftime | |
Public Attributes | |
int | m_type |
the main type: footnote, ... | |
int | m_fieldType |
the field type: pagenumber, data, time, ... | |
int | m_fieldFormat |
the field format | |
Friends | |
std::ostream & | operator<< (std::ostream &o, FontData const &fData) |
operator << |
WPS8TextStyle::FontData::FontData | ( | ) | [inline] |
std::string WPS8TextStyle::FontData::format | ( | ) | const |
returns a format to used with strftime
Referenced by WPS8Text::readText().
std::ostream& operator<< | ( | std::ostream & | o, |
WPS8TextStyle::FontData const & | fData | ||
) | [friend] |
operator <<
the field format
Referenced by format(), operator<<(), and WPS8TextStyle::readFont().
the field type: pagenumber, data, time, ...
Referenced by format(), operator<<(), WPS8TextStyle::readFont(), and WPS8Text::readText().
the main type: footnote, ...
Referenced by operator<<(), WPS8TextStyle::readFont(), and WPS8Text::readText().