a note More...
#include <libstaroffice_internal.hxx>
Public Types | |
enum | Type { FootNote, EndNote } |
enum to define note type More... | |
Public Member Functions | |
STOFFNote (Type type) | |
constructor | |
Public Attributes | |
Type | m_type |
the note type | |
librevenge::RVNGString | m_label |
the note label | |
int | m_number |
the note number if defined |
a note
enum STOFFNote::Type |
STOFFNote::STOFFNote | ( | Type | type | ) | [inline, explicit] |
constructor
librevenge::RVNGString STOFFNote::m_label |
the note label
Referenced by STOFFTextListener::insertNote(), STOFFSpreadsheetListener::insertNote(), and StarCharAttribute::StarCAttributeFootnote::send().
the note number if defined
Referenced by STOFFTextListener::insertNote(), STOFFSpreadsheetListener::insertNote(), and StarCharAttribute::StarCAttributeFootnote::send().
the note type
Referenced by STOFFTextListener::insertNote(), and STOFFSpreadsheetListener::insertNote().