Internal: the plc. More...
#include <MsWrdText.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 MsWrdText::PLC::Type |
| MsWrdText::PLC::PLC | ( | Type | type, |
| int | id = 0 |
||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| MsWrdText::PLC const & | plc | ||
| ) | [friend] |
operator<<
| std::string MsWrdText::PLC::m_extra |
some extra data
Referenced by operator<<().
the identificator
Referenced by MsWrdText::convertFilePLCPos(), MsWrdText::createZones(), MsWrdText::PLC::ltstr::operator()(), operator<<(), MsWrdText::prepareData(), MsWrdText::prepareFontProperties(), MsWrdText::prepareLines(), MsWrdText::prepareParagraphProperties(), MsWrdText::prepareTableLimits(), MsWrdText::readFields(), MsWrdText::readFootnotesPos(), MsWrdParser::readObjectList(), MsWrdText::readPageBreak(), MsWrdText::readParagraphInfo(), MsWrdTextStyles::readSection(), MsWrdText::readTextStruct(), and MsWrdText::sendText().