#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 |
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] |
Referenced by libmspub::MSPUBCollector::getCharStyleProps().
Referenced by libmspub::MSPUBCollector::getCharStyleProps().
boost::optional<unsigned> libmspub::CharacterStyle::fontIndex |
Referenced by libmspub::MSPUBCollector::getCharStyleProps().
Referenced by libmspub::MSPUBCollector::getCharStyleProps().
Referenced by libmspub::MSPUBCollector::getCharStyleProps().
boost::optional<double> libmspub::CharacterStyle::textSizeInPt |
Referenced by libmspub::MSPUBCollector::getCharStyleProps().
Referenced by libmspub::MSPUBCollector::getCharStyleProps().