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

◆ CharacterStyle() [1/2]

libmspub::CharacterStyle::CharacterStyle ( )
inline

◆ CharacterStyle() [2/2]

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

◆ bold

bool libmspub::CharacterStyle::bold

◆ colorIndex

int libmspub::CharacterStyle::colorIndex

◆ fontIndex

boost::optional<unsigned> libmspub::CharacterStyle::fontIndex

◆ italic

bool libmspub::CharacterStyle::italic

◆ superSubType

SuperSubType libmspub::CharacterStyle::superSubType

◆ textSizeInPt

boost::optional<double> libmspub::CharacterStyle::textSizeInPt

◆ underline

bool libmspub::CharacterStyle::underline

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

Generated for libmspub by doxygen 1.8.13