Internal: the entry of MSWParser. More...
Classes | |
struct | CompareFilePos |
a struct used to compare file textpos More... | |
Public Member Functions | |
TextStruct () | |
int | getParagraphId () const |
returns the paragraph id ( or -1, if unknown ) | |
Public Attributes | |
int | m_pos |
the text position | |
int | m_id |
some identificator | |
int | m_type |
the type | |
int | m_paragraphId |
the paragraph id | |
bool | m_complex |
a flag to know if we read a complex or a simple PRM | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, TextStruct const &entry) |
operator<< |
Internal: the entry of MSWParser.
MSWTextInternal::TextStruct::TextStruct | ( | ) | [inline] |
int MSWTextInternal::TextStruct::getParagraphId | ( | ) | const [inline] |
returns the paragraph id ( or -1, if unknown )
Referenced by MSWText::prepareData(), MSWText::prepareFontProperties(), MSWText::prepareParagraphProperties(), and MSWText::prepareTableLimits().
std::ostream& operator<< | ( | std::ostream & | o, |
TextStruct const & | entry | ||
) | [friend] |
operator<<
a flag to know if we read a complex or a simple PRM
Referenced by MSWText::readTextStruct().
std::string MSWTextInternal::TextStruct::m_extra |
the paragraph id
Referenced by getParagraphId(), and MSWText::readTextStruct().
the text position
Referenced by MSWText::readTextStruct().