#include <LRFTypes.h>
Public Member Functions | |
LRFAttributes () | |
Public Attributes | |
boost::optional< unsigned > | fontSize |
boost::optional< unsigned > | fontWidth |
boost::optional< unsigned > | fontEscapement |
boost::optional< unsigned > | fontOrientation |
boost::optional< unsigned > | fontWeight |
boost::optional< std::string > | fontFacename |
boost::optional< LRFColor > | textColor |
boost::optional< LRFColor > | textBgColor |
boost::optional< unsigned > | wordSpace |
boost::optional< unsigned > | letterSpace |
boost::optional< unsigned > | baseLineSkip |
boost::optional< unsigned > | lineSpace |
boost::optional< unsigned > | parIndent |
boost::optional< unsigned > | parSkip |
boost::optional< unsigned > | height |
boost::optional< unsigned > | width |
boost::optional< unsigned > | locationX |
boost::optional< unsigned > | locationY |
boost::optional< bool > | italic |
boost::optional< bool > | sup |
boost::optional< bool > | sub |
libebook::LRFAttributes::LRFAttributes | ( | ) |
boost::optional<unsigned> libebook::LRFAttributes::baseLineSkip |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::fontEscapement |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<std::string> libebook::LRFAttributes::fontFacename |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::fontOrientation |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::fontSize |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::fontWeight |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::fontWidth |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::height |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<bool> libebook::LRFAttributes::italic |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::letterSpace |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::lineSpace |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::locationX |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::locationY |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::parIndent |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::parSkip |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<bool> libebook::LRFAttributes::sub |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<bool> libebook::LRFAttributes::sup |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<LRFColor> libebook::LRFAttributes::textBgColor |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<LRFColor> libebook::LRFAttributes::textColor |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::width |
Referenced by libebook::LRFParser::readAttribute().
boost::optional<unsigned> libebook::LRFAttributes::wordSpace |
Referenced by libebook::LRFParser::readAttribute().