Internal: the structures of a NisusWrtText. More...
Classes | |
struct | DataPLC |
Internal: class to store the PLC: Pointer List Content ? More... | |
struct | Font |
Internal: the fonts and many other data. More... | |
struct | Footnote |
Internal structure: use to store a footnote. More... | |
struct | HeaderFooter |
Internal structure: use to store a header. More... | |
struct | Paragraph |
Internal: class to store the paragraph properties. More... | |
struct | PicturePara |
Internal: the picture data ( PICD ) More... | |
struct | State |
Internal: the state of a NisusWrtText. More... | |
class | SubDocument |
Internal: the subdocument of a NisusWrtText. More... | |
struct | Zone |
internal structure used to store zone data More... | |
Enumerations | |
enum | PLCType { P_Format =0, P_Ruler, P_Footnote, P_HeaderFooter, P_PicturePara, P_Unknown } |
different types More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, Font const &font) |
std::ostream & | operator<< (std::ostream &o, HeaderFooter const &hf) |
std::ostream & | operator<< (std::ostream &o, Footnote const &ft) |
std::ostream & | operator<< (std::ostream &o, PicturePara const &pict) |
std::ostream & | operator<< (std::ostream &o, DataPLC const &plc) |
operator<< for DataPLC More... | |
Internal: the structures of a NisusWrtText.
std::ostream& NisusWrtTextInternal::operator<< | ( | std::ostream & | o, |
DataPLC const & | plc | ||
) |
operator<< for DataPLC
operator<<
std::ostream& NisusWrtTextInternal::operator<< | ( | std::ostream & | o, |
Font const & | font | ||
) |
std::ostream& NisusWrtTextInternal::operator<< | ( | std::ostream & | o, |
Footnote const & | ft | ||
) |
std::ostream& NisusWrtTextInternal::operator<< | ( | std::ostream & | o, |
HeaderFooter const & | hf | ||
) |
std::ostream& NisusWrtTextInternal::operator<< | ( | std::ostream & | o, |
PicturePara const & | pict | ||
) |