Internal: class to store paragraph information of a MouseWrtParser. More...
Public Member Functions | |
Paragraph (int id=0) | |
constructor | |
Public Attributes | |
int | m_id |
the paragraph id | |
MWAWParagraph | m_paragraph |
the paragraph | |
bool | m_picture |
flag to know if this is a picture | |
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().