libmspub::CharacterStyle Struct Reference

#include <MSPUBTypes.h>

Public Member Functions

 CharacterStyle ()
 
 CharacterStyle (bool u, bool i, bool b, boost::optional< double > tSIP=boost::optional< double >(), int cI=-1, boost::optional< unsigned > fI=boost::optional< unsigned >(), SuperSubType sst=NO_SUPER_SUB)
 

Public Attributes

bool underline
 
bool italic
 
bool bold
 
boost::optional< double > textSizeInPt
 
int colorIndex
 
boost::optional< unsigned > fontIndex
 
SuperSubType superSubType
 

Constructor & Destructor Documentation

libmspub::CharacterStyle::CharacterStyle ( )
inline
libmspub::CharacterStyle::CharacterStyle ( bool  u,
bool  i,
bool  b,
boost::optional< double >  tSIP = boost::optional<double>(),
int  cI = -1,
boost::optional< unsigned >  fI = boost::optional<unsigned>(),
SuperSubType  sst = NO_SUPER_SUB 
)
inline

Member Data Documentation

bool libmspub::CharacterStyle::bold
int libmspub::CharacterStyle::colorIndex
boost::optional<unsigned> libmspub::CharacterStyle::fontIndex
bool libmspub::CharacterStyle::italic
SuperSubType libmspub::CharacterStyle::superSubType
boost::optional<double> libmspub::CharacterStyle::textSizeInPt
bool libmspub::CharacterStyle::underline

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

Generated for libmspub by doxygen 1.8.9.1