a field More...
#include <libstaroffice_internal.hxx>
Public Types | |
enum | Type { None, PageCount, PageNumber, Date, Time, Title, Database } |
Defines some basic type for field. More... | |
Public Member Functions | |
STOFFField (Type type) | |
basic constructor More... | |
bool | addTo (librevenge::RVNGPropertyList &propList) const |
add the link property to proplist (if possible) More... | |
librevenge::RVNGString | getString () const |
returns a string corresponding to the field (if possible) */ More... | |
Public Attributes | |
Type | m_type |
the type More... | |
std::string | m_DTFormat |
the date/time format using strftime format if defined More... | |
libstoff::NumberingType | m_numberingType |
the number type ( for number field ) More... | |
std::string | m_data |
the database/link field ( if defined ) More... | |
a field
enum STOFFField::Type |
|
inlineexplicit |
basic constructor
bool STOFFField::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add the link property to proplist (if possible)
Referenced by STOFFGraphicListener::insertField(), and STOFFSpreadsheetListener::insertField().
librevenge::RVNGString STOFFField::getString | ( | ) | const |
returns a string corresponding to the field (if possible) */
Referenced by STOFFGraphicListener::insertField(), and STOFFSpreadsheetListener::insertField().
std::string STOFFField::m_data |
the database/link field ( if defined )
Referenced by getString().
std::string STOFFField::m_DTFormat |
the date/time format using strftime format if defined
Referenced by getString().
libstoff::NumberingType STOFFField::m_numberingType |
the number type ( for number field )
Referenced by addTo().
Type STOFFField::m_type |
the type
Referenced by addTo(), getString(), STOFFGraphicListener::insertField(), and STOFFSpreadsheetListener::insertField().