librevenge::RVNGPropertyFactory Class Reference

#include <RVNGProperty.h>

Static Public Member Functions

static RVNGPropertynewStringProp (const RVNGString &str)
 
static RVNGPropertynewStringProp (const char *str)
 
static RVNGPropertynewBinaryDataProp (const RVNGBinaryData &data)
 
static RVNGPropertynewBinaryDataProp (const unsigned char *buffer, const unsigned long bufferSize)
 
static RVNGPropertynewIntProp (const int val)
 
static RVNGPropertynewBoolProp (const bool val)
 
static RVNGPropertynewDoubleProp (const double val)
 
static RVNGPropertynewInchProp (const double val)
 
static RVNGPropertynewPercentProp (const double val)
 
static RVNGPropertynewPointProp (const double val)
 
static RVNGPropertynewTwipProp (const double val)
 

Member Function Documentation

RVNGProperty * librevenge::RVNGPropertyFactory::newBinaryDataProp ( const RVNGBinaryData data)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newBinaryDataProp ( const unsigned char *  buffer,
const unsigned long  bufferSize 
)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newBoolProp ( const bool  val)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newDoubleProp ( const double  val)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newInchProp ( const double  val)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newIntProp ( const int  val)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newPercentProp ( const double  val)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newPointProp ( const double  val)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newStringProp ( const RVNGString str)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newStringProp ( const char *  str)
static
RVNGProperty * librevenge::RVNGPropertyFactory::newTwipProp ( const double  val)
static

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

Generated for librevenge by doxygen 1.8.7