#include <RVNGHTMLTextTextStyle.h>
Public Member Functions | |
List () | |
constructor | |
~List () | |
destructor | |
void | setLevel (int lvl, RVNGPropertyList const &property, bool ordered) |
set the property correspond to a level | |
void | openLevel () const |
open a new level | |
void | closeLevel () const |
open a new level | |
std::string | str () const |
return the content string | |
Protected Attributes | |
std::vector< std::string > | m_contentsList |
the properties | |
int | m_level |
the actual list level |
librevenge::RVNGHTMLTextListStyleManager::List::List | ( | ) | [inline] |
constructor
destructor
void librevenge::RVNGHTMLTextListStyleManager::List::closeLevel | ( | ) | const [inline] |
open a new level
void librevenge::RVNGHTMLTextListStyleManager::List::openLevel | ( | ) | const [inline] |
open a new level
void librevenge::RVNGHTMLTextListStyleManager::List::setLevel | ( | int | lvl, |
RVNGPropertyList const & | property, | ||
bool | ordered | ||
) |
set the property correspond to a level
std::string librevenge::RVNGHTMLTextListStyleManager::List::str | ( | ) | const |
return the content string
std::vector<std::string> librevenge::RVNGHTMLTextListStyleManager::List::m_contentsList [protected] |
the properties
Referenced by setLevel().
int librevenge::RVNGHTMLTextListStyleManager::List::m_level [mutable, protected] |
the actual list level
Referenced by closeLevel(), and openLevel().