a note More...
#include <libmwaw_internal.hxx>
Public Types | |
| enum | Type { FootNote, EndNote } |
| enum to define note type More... | |
Public Member Functions | |
| MWAWNote (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 MWAWNote::Type |
| MWAWNote::MWAWNote | ( | Type | type | ) | [inline] |
constructor
| librevenge::RVNGString MWAWNote::m_label |
the note label
Referenced by MWAWTextListener::insertNote(), and MWAWSpreadsheetListener::insertNote().
the note number if defined
Referenced by MWAWTextListener::insertNote(), MWAWSpreadsheetListener::insertNote(), and NisusWrtText::sendText().
the note type
Referenced by MWAWTextListener::insertNote(), and MWAWSpreadsheetListener::insertNote().