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 More... | |
Public Attributes | |
Type | m_type |
the note type More... | |
librevenge::RVNGString | m_label |
the note label More... | |
int | m_number |
the note number if defined More... | |
a note
enum STOFFNote::Type |
|
inlineexplicit |
constructor
librevenge::RVNGString STOFFNote::m_label |
the note label
Referenced by STOFFSpreadsheetListener::insertNote(), STOFFTextListener::insertNote(), and StarCharAttribute::StarCAttributeFootnote::send().
int STOFFNote::m_number |
the note number if defined
Referenced by STOFFSpreadsheetListener::insertNote(), STOFFTextListener::insertNote(), and StarCharAttribute::StarCAttributeFootnote::send().
Type STOFFNote::m_type |
the note type
Referenced by STOFFSpreadsheetListener::insertNote(), and STOFFTextListener::insertNote().