a structure use to store a list of styles More...
#include <Canvas5StyleManager.hxx>
Public Member Functions | |
StyleList () | |
constructor More... | |
Public Attributes | |
std::vector< CharStyle > | m_fonts |
the fonts, the paragraph id and the link id More... | |
std::vector< std::pair< MWAWParagraph, int > > | m_paragraphs |
the paragraph list and the tab id More... | |
a structure use to store a list of styles
|
inline |
constructor
std::vector<CharStyle> Canvas5StyleManager::StyleList::m_fonts |
the fonts, the paragraph id and the link id
Referenced by Canvas5StyleManager::readParaStyle(), and Canvas5Graph::sendText().
std::vector<std::pair<MWAWParagraph, int> > Canvas5StyleManager::StyleList::m_paragraphs |
the paragraph list and the tab id
Referenced by Canvas5Graph::readDeR3(), Canvas5StyleManager::readParaStyle(), and Canvas5Graph::sendText().