Internal: the footnote. More...
Public Member Functions | |
Footnote () | |
constructor |
Public Attributes | |
MWAWEntry | m_pos |
the footnote data | |
int | m_id |
the id | |
int | m_value |
a value ( 1, 4) | |
std::string | m_error |
the errors |
Friends | |
std::ostream & | operator<< (std::ostream &o, Footnote const ¬e) |
operator<< |
Internal: the footnote.
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
std::string MsWrdTextInternal::Footnote::m_error |
the errors
Referenced by Footnote(), and operator<<.
int MsWrdTextInternal::Footnote::m_id |
the id
Referenced by Footnote(), operator<<, and MsWrdText::readFootnotesPos().
MWAWEntry MsWrdTextInternal::Footnote::m_pos |
the footnote data
Referenced by Footnote(), operator<<, and MsWrdText::readFootnotesPos().
int MsWrdTextInternal::Footnote::m_value |
a value ( 1, 4)
Referenced by Footnote(), operator<<, and MsWrdText::readFootnotesPos().