Represents a paragraph style. More...
#include <KEYStyles.h>
Public Member Functions | |
KEYParagraphStyle (const KEYPropertyMap &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent) | |
boost::optional< KEYAlignment > | getAlignment (const KEYStyleContext &context=KEYStyleContext()) const |
boost::optional< KEYTabStops_t > | getTabs (const KEYStyleContext &context=KEYStyleContext()) const |
Private Member Functions | |
virtual KEYStylePtr_t | find (const KEYStylesheetPtr_t &stylesheet, const std::string &ident) const |
Represents a paragraph style.
libetonyek::KEYParagraphStyle::KEYParagraphStyle | ( | const KEYPropertyMap & | props, |
const boost::optional< std::string > & | ident, | ||
const boost::optional< std::string > & | parentIdent | ||
) |
KEYStylePtr_t libetonyek::KEYParagraphStyle::find | ( | const KEYStylesheetPtr_t & | stylesheet, |
const std::string & | ident | ||
) | const [private, virtual] |
Reimplemented from libetonyek::KEYCharacterStyle.
boost::optional< KEYAlignment > libetonyek::KEYParagraphStyle::getAlignment | ( | const KEYStyleContext & | context = KEYStyleContext() | ) | const |
boost::optional< KEYTabStops_t > libetonyek::KEYParagraphStyle::getTabs | ( | const KEYStyleContext & | context = KEYStyleContext() | ) | const |