StarWriterStruct::NoteInfo Struct Reference

structure to store a endnoteInfo or a footnoteInfo in a text zone More...

#include <StarWriterStruct.hxx>

List of all members.

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 &noteInfo)
 operator<<

Detailed Description

structure to store a endnoteInfo or a footnoteInfo in a text zone


Constructor & Destructor Documentation

StarWriterStruct::NoteInfo::NoteInfo ( bool  isFootnote) [inline, explicit]

constructor


Member Function Documentation

try to read a noteInfo

Referenced by StarObjectText::readWriterDocument().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
NoteInfo const &  noteInfo 
) [friend]

operator<<


Member Data Documentation

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().

librevenge::RVNGString StarWriterStruct::NoteInfo::m_strings[4]

the strings: prefix, suffix, quoValis, ergoSum

Referenced by StarWriterStruct::operator<<(), and read().


The documentation for this struct was generated from the following files: