#include <BBeBTypes.h>
Public Member Functions | |
BBeBAttributes () | |
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< BBeBColor > | textColor |
boost::optional< BBeBColor > | 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 |
bool | italic |
bool | sup |
bool | sub |
bool | heading |
boost::optional< BBeBEmptyLine > | emptyLine |
boost::optional< BBeBAlign > | align |
boost::optional< unsigned > | topSkip |
boost::optional< unsigned > | topMargin |
boost::optional< unsigned > | oddSideMargin |
boost::optional< unsigned > | evenSideMargin |
libebook::BBeBAttributes::BBeBAttributes | ( | ) |
boost::optional<BBeBAlign> libebook::BBeBAttributes::align |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::baseLineSkip |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<BBeBEmptyLine> libebook::BBeBAttributes::emptyLine |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::evenSideMargin |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::fontEscapement |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<std::string> libebook::BBeBAttributes::fontFacename |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::fontOrientation |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::fontSize |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::fontWeight |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::fontWidth |
Referenced by libebook::BBeBParser::readAttribute().
bool libebook::BBeBAttributes::heading |
Referenced by libebook::BBeBParser::readBlockObject().
boost::optional<unsigned> libebook::BBeBAttributes::height |
Referenced by libebook::BBeBParser::readAttribute().
bool libebook::BBeBAttributes::italic |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::letterSpace |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::lineSpace |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::locationX |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::locationY |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::oddSideMargin |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::parIndent |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::parSkip |
Referenced by libebook::BBeBParser::readAttribute().
bool libebook::BBeBAttributes::sub |
Referenced by libebook::BBeBParser::readAttribute().
bool libebook::BBeBAttributes::sup |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<BBeBColor> libebook::BBeBAttributes::textBgColor |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<BBeBColor> libebook::BBeBAttributes::textColor |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::topMargin |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::topSkip |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::width |
Referenced by libebook::BBeBParser::readAttribute().
boost::optional<unsigned> libebook::BBeBAttributes::wordSpace |
Referenced by libebook::BBeBParser::readAttribute().