#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, WPS8TextStyle::FontData const &fData) |
operator << |
|
inline |
std::string WPS8TextStyle::FontData::format | ( | ) | const |
returns a format to used with strftime
Referenced by WPS8Text::readText().
|
friend |
operator <<
int WPS8TextStyle::FontData::m_fieldFormat |
the field format
Referenced by FontData(), format(), and operator<<.
int WPS8TextStyle::FontData::m_fieldType |
the field type: pagenumber, data, time, ...
Referenced by FontData(), format(), operator<<, and WPS8Text::readText().
int WPS8TextStyle::FontData::m_type |
the main type: footnote, ...
Referenced by FontData(), operator<<, and WPS8Text::readText().