Internal: the plc. More...
#include <MSWText.hxx>
Classes | |
| struct | ltstr |
| a comparaison structure More... | |
Public Types | |
| enum | Type { TextPosition, HeaderFooter, Page, Section, ParagraphInfo, Paragraph, Font, Footnote, FootnoteDef, Field, Object } |
Public Member Functions | |
| PLC (Type type, int id=0) | |
Public Attributes | |
| Type | m_type |
| the plc type | |
| int | m_id |
| the identificator | |
| std::string | m_extra |
| some extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, PLC const &plc) |
| operator<< | |
Internal: the plc.
| enum MSWText::PLC::Type |
| MSWText::PLC::PLC | ( | Type | type, |
| int | id = 0 |
||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| MSWText::PLC const & | plc | ||
| ) | [friend] |
operator<<
| std::string MSWText::PLC::m_extra |
some extra data
Referenced by operator<<().
the identificator
Referenced by MSWText::convertFilePLCPos(), MSWText::createZones(), MSWText::PLC::ltstr::operator()(), operator<<(), MSWText::prepareData(), MSWText::prepareFontProperties(), MSWText::prepareLines(), MSWText::prepareParagraphProperties(), MSWText::prepareTableLimits(), MSWText::readFields(), MSWText::readFootnotesPos(), MSWParser::readObjectList(), MSWText::readPageBreak(), MSWText::readParagraphInfo(), MSWTextStyles::readSection(), MSWText::readTextStruct(), and MSWText::sendText().