#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 << | |
| 
 | 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 format().
| int WPS8TextStyle::FontData::m_fieldType | 
the field type: pagenumber, data, time, ...
Referenced by format(), and WPS8Text::readText().
| int WPS8TextStyle::FontData::m_type | 
the main type: footnote, ...
Referenced by WPS8Text::readText().