structure to store a endnoteInfo or a footnoteInfo in a text zone More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
NoteInfo (bool isFootnote) | |
constructor More... | |
bool | read (StarZone &zone) |
try to read a noteInfo More... | |
Public Attributes | |
bool | m_isFootnote |
a flag to know if this corresponds to a footnote or a endnote More... | |
int | m_type |
the type More... | |
int | m_idx [4] |
the list of idx: the page, the coll, the char and the anchorChar More... | |
int | m_ftnOffset |
the ftnOffset More... | |
librevenge::RVNGString | m_strings [4] |
the strings: prefix, suffix, quoValis, ergoSum More... | |
int | m_posType |
the posType More... | |
int | m_numType |
the numType More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, NoteInfo const ¬eInfo) |
operator<< More... | |
structure to store a endnoteInfo or a footnoteInfo in a text zone
|
inlineexplicit |
constructor
bool StarWriterStruct::NoteInfo::read | ( | StarZone & | zone | ) |
try to read a noteInfo
Referenced by StarObjectText::readWriterDocument().
|
friend |
operator<<
int StarWriterStruct::NoteInfo::m_ftnOffset |
the ftnOffset
Referenced by read().
int StarWriterStruct::NoteInfo::m_idx[4] |
the list of idx: the page, the coll, the char and the anchorChar
Referenced by NoteInfo(), and read().
bool StarWriterStruct::NoteInfo::m_isFootnote |
a flag to know if this corresponds to a footnote or a endnote
Referenced by read().
int StarWriterStruct::NoteInfo::m_numType |
the numType
Referenced by read().
int StarWriterStruct::NoteInfo::m_posType |
the posType
Referenced by read().
librevenge::RVNGString StarWriterStruct::NoteInfo::m_strings[4] |
the strings: prefix, suffix, quoValis, ergoSum
Referenced by read().
int StarWriterStruct::NoteInfo::m_type |
the type
Referenced by read().