Internal: class to store paragraph information of a MouseWrtParser. More...
Public Member Functions | |
Paragraph (int id=0) | |
constructor More... | |
Public Attributes | |
int | m_id |
the paragraph id More... | |
MWAWParagraph | m_paragraph |
the paragraph More... | |
bool | m_picture |
flag to know if this is a picture More... | |
Internal: class to store paragraph information of a MouseWrtParser.
|
inlineexplicit |
constructor
int MouseWrtParserInternal::Paragraph::m_id |
the paragraph id
MWAWParagraph MouseWrtParserInternal::Paragraph::m_paragraph |
the paragraph
Referenced by MouseWrtParser::readParagraphPLCs().
bool MouseWrtParserInternal::Paragraph::m_picture |
flag to know if this is a picture
Referenced by MouseWrtParser::readParagraphPLCs().