MWAWField Struct Reference

a field More...

#include <libmwaw_internal.hxx>

Public Types

enum  Type {
  None, PageCount, PageNumber, Date,
  Time, Title, Database
}
 Defines some basic type for field. More...
 

Public Member Functions

 MWAWField (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...
 
libmwaw::NumberingType m_numberingType
 the number type ( for number field ) More...
 
std::string m_DTFormat
 the date/time format using strftime format if defined More...
 
std::string m_data
 the database/link field ( if defined ) More...
 

Detailed Description

a field

Member Enumeration Documentation

◆ Type

Defines some basic type for field.

Enumerator
None 
PageCount 
PageNumber 
Date 
Time 
Title 
Database 

Constructor & Destructor Documentation

◆ MWAWField()

MWAWField::MWAWField ( Type  type)
inlineexplicit

basic constructor

Member Function Documentation

◆ addTo()

bool MWAWField::addTo ( librevenge::RVNGPropertyList &  propList) const

◆ getString()

librevenge::RVNGString MWAWField::getString ( ) const

Member Data Documentation

◆ m_data

std::string MWAWField::m_data

the database/link field ( if defined )

◆ m_DTFormat

◆ m_numberingType

libmwaw::NumberingType MWAWField::m_numberingType

the number type ( for number field )

Referenced by MWAWHeaderFooter::insertPageNumberParagraph().

◆ m_type


The documentation for this struct was generated from the following files:

Generated on Sat Jul 29 2017 11:22:57 for libmwaw by doxygen 1.8.13