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