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