Internal: class to store the beginning of all paragraph data. More...
Public Member Functions | |
ParagraphData () | |
Constructor. | |
Public Attributes | |
int | m_type |
int | m_typeFlag |
int | m_height |
int | m_width |
int | m_indent [2] |
int | m_unknown |
std::string | m_text |
std::vector< Font > | m_fonts |
long | m_endPos |
int | m_numData [2] |
Friends | |
std::ostream & | operator<< (std::ostream &o, ParagraphData const &p) |
operator<< |
Internal: class to store the beginning of all paragraph data.
WPParserInternal::ParagraphData::ParagraphData | ( | ) | [inline] |
Constructor.
std::ostream& operator<< | ( | std::ostream & | o, |
ParagraphData const & | p | ||
) | [friend] |
operator<<
std::vector<Font> WPParserInternal::ParagraphData::m_fonts |
Referenced by WPParser::readParagraphData(), and WPParser::readText().
Referenced by WPParser::readParagraphData().
Referenced by WPParser::getParagraph(), ParagraphData(), and WPParser::readParagraphData().
std::string WPParserInternal::ParagraphData::m_text |
Referenced by WPParser::readParagraphData(), and WPParser::readText().
Referenced by WPParser::readParagraphData().
Referenced by WPParser::readParagraphData().
Referenced by WPParser::getParagraph(), and WPParser::readParagraphData().