Internal: a paragraph of a ScoopParser. More...
Public Member Functions | |
Paragraph () | |
constructor | |
Public Attributes | |
int | m_numChar |
the number of characters | |
MWAWEntry | m_text |
the text entry | |
std::map< int, MWAWFont > | m_cPosToFontMap |
a map character position to font | |
std::map< int, float > | m_cPosToKernelMap |
a map character position to kernel modifier | |
std::map< std::pair< int, int >, Special > | m_cPosToSpecialMap |
a map character positions to special field | |
MWAWParagraph | m_paragraph |
the paragraph style | |
Internal: a paragraph of a ScoopParser.
|
inline |
constructor
std::map<int, MWAWFont> ScoopParserInternal::Paragraph::m_cPosToFontMap |
a map character position to font
Referenced by ScoopParser::readTextZoneParagraph(), and ScoopParser::sendText().
std::map<int, float> ScoopParserInternal::Paragraph::m_cPosToKernelMap |
a map character position to kernel modifier
Referenced by ScoopParser::readTextZoneParagraph(), and ScoopParser::sendText().
std::map<std::pair<int,int>, Special> ScoopParserInternal::Paragraph::m_cPosToSpecialMap |
a map character positions to special field
Referenced by ScoopParser::readTextZoneParagraph().
int ScoopParserInternal::Paragraph::m_numChar |
the number of characters
Referenced by ScoopParser::readTextZoneParagraph(), and ScoopParser::sendText().
MWAWParagraph ScoopParserInternal::Paragraph::m_paragraph |
the paragraph style
Referenced by ScoopParser::readTextZoneParagraph(), and ScoopParser::sendText().
MWAWEntry ScoopParserInternal::Paragraph::m_text |
the text entry
Referenced by ScoopParser::readTextZoneParagraph(), and ScoopParser::sendText().