Internal: the entry of MsWrdParser. 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 MsWrdParser.
| MsWrdTextInternal::TextStruct::TextStruct | ( | ) | [inline] |
| int MsWrdTextInternal::TextStruct::getParagraphId | ( | ) | const [inline] |
returns the paragraph id ( or -1, if unknown )
Referenced by MsWrdText::prepareData(), MsWrdText::prepareFontProperties(), MsWrdText::prepareParagraphProperties(), and MsWrdText::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 MsWrdText::readTextStruct().
| std::string MsWrdTextInternal::TextStruct::m_extra |
the paragraph id
Referenced by getParagraphId(), and MsWrdText::readTextStruct().
the text position
Referenced by MsWrdText::readTextStruct().