struct used to keep the information of a small zone of MarinerWrtTextInternal::Zone More...
Public Member Functions | |
Information () | |
constructor More... | |
Public Attributes | |
MWAWEntry | m_pos |
the file position More... | |
MWAWVec2l | 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 MarinerWrtTextInternal::Zone
|
inline |
constructor
|
friend |
operator<<
MWAWVec2l MarinerWrtTextInternal::Zone::Information::m_cPos |
the characters positions
Referenced by MarinerWrtText::readTextStruct().
std::string MarinerWrtTextInternal::Zone::Information::m_extra |
extra data
Referenced by MarinerWrtText::readTextStruct().
MWAWEntry MarinerWrtTextInternal::Zone::Information::m_pos |
the file position
Referenced by MarinerWrtText::computeNumPages(), and MarinerWrtText::readZone().