struct used to keep the information of a small zone of MRWTextInternal::Zone More...
Public Member Functions | |
Information () | |
constructor | |
Public Attributes | |
MWAWEntry | m_pos |
the file position | |
Vec2l | m_cPos |
the characters positions | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Information const &info) |
operator<< |
struct used to keep the information of a small zone of MRWTextInternal::Zone
MRWTextInternal::Zone::Information::Information | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Information const & | info | ||
) | [friend] |
operator<<
the characters positions
Referenced by MRWText::readTextStruct().
std::string MRWTextInternal::Zone::Information::m_extra |
extra data
Referenced by MRWText::readTextStruct().
the file position
Referenced by MRWText::computeNumPages(), and MRWText::readZone().