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, MsWrdText::PLC const &plc) |
operator<< |
Internal: the plc.
enum MsWrdText::PLC::Type |
|
inline |
Referenced by MsWrdText::PLC::ltstr::operator()().
|
friend |
operator<<
std::string MsWrdText::PLC::m_extra |
some extra data
Referenced by operator<<, and PLC().
int MsWrdText::PLC::m_id |
the identificator
Referenced by MsWrdText::createZones(), MsWrdText::PLC::ltstr::operator()(), operator<<, PLC(), MsWrdText::prepareData(), MsWrdText::prepareFontProperties(), MsWrdText::prepareParagraphProperties(), MsWrdText::readFields(), MsWrdText::readFootnotesPos(), MsWrdParser::readObjectList(), MsWrdText::readPageBreak(), MsWrdText::readParagraphInfo(), MsWrdTextStyles::readSection(), MsWrdText::readTextStruct(), and MsWrdText::sendText().
Type MsWrdText::PLC::m_type |