Internal: the state of a MSWTextStylesInternal. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
int | m_version |
the file version | |
MWAWFont | m_defaultFont |
the default font ( NewYork 12pt) | |
std::map< int, int > | m_nextStyleMap |
a map styleId to next styleId | |
std::vector< MSWStruct::Font > | m_fontList |
the list of fonts | |
std::vector< MSWStruct::Paragraph > | m_paragraphList |
the list of paragraph | |
std::vector< MSWStruct::Section > | m_sectionList |
the list of section | |
std::vector< MSWStruct::Paragraph > | m_textstructParagraphList |
the list of paragraph in textstruct | |
std::map< int, MSWStruct::Font > | m_styleFontMap |
the list of fonts in style | |
std::map< int, MSWStruct::Paragraph > | m_styleParagraphMap |
the list of paragraph in style |
Internal: the state of a MSWTextStylesInternal.
MSWTextStylesInternal::State::State | ( | ) | [inline] |
constructor
the default font ( NewYork 12pt)
std::vector<MSWStruct::Font> MSWTextStylesInternal::State::m_fontList |
the list of fonts
std::map<int,int> MSWTextStylesInternal::State::m_nextStyleMap |
a map styleId to next styleId
the list of paragraph
the list of section
std::map<int, MSWStruct::Font> MSWTextStylesInternal::State::m_styleFontMap |
the list of fonts in style
the list of paragraph in style
the list of paragraph in textstruct
the file version