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