Internal: the page of a ScriptWriterParser. More...
Public Member Functions | |
Page () | |
constructor More... | |
Public Attributes | |
bool | m_lastPage |
a flag to know if this page is the last one More... | |
std::map< int, std::array< Paragraph, 2 > > | m_zoneToParagraphsMap |
a map id to left/right paragraph More... | |
std::map< std::pair< int, int >, MWAWFont > | m_zonePosToFontMap [2] |
two map zone, position to a font, one for each potential columns More... | |
Internal: the page of a ScriptWriterParser.
|
inline |
constructor
bool ScriptWriterParserInternal::Page::m_lastPage |
a flag to know if this page is the last one
Referenced by ScriptWriterParser::createZones(), and ScriptWriterParser::readPage().
std::map<std::pair<int,int>, MWAWFont> ScriptWriterParserInternal::Page::m_zonePosToFontMap[2] |
two map zone, position to a font, one for each potential columns
Referenced by ScriptWriterParser::readCharStyle(), and ScriptWriterParser::sendText().
std::map<int, std::array<Paragraph,2> > ScriptWriterParserInternal::Page::m_zoneToParagraphsMap |
a map id to left/right paragraph
Referenced by ScriptWriterParser::readPage(), and ScriptWriterParser::sendText().