Internal: the structures of a MsWks4Text. More...
Classes | |
struct | DataPLC |
Internal: class to store the PLC: Pointer List Content ? More... | |
struct | Font |
Internal: class to store a font properties. More... | |
class | FontName |
Internal: class to store a font name: name with sysid. More... | |
struct | Ftnt |
Internal: class to store footnote definition. More... | |
struct | Object |
Internal: class to store field definition: TOKN entry. More... | |
struct | Paragraph |
Internal: class to store a paragraph properties. More... | |
struct | State |
Internal: the state of a MsWks4Text. More... | |
struct | Token |
Internal: class to store field definition: TOKN entry. More... | |
Enumerations | |
enum | PLCType { BTE =0 , PGD , FTNT , TOKEN , EOBJ , Unknown } |
different types More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, FontName const &ft) |
std::ostream & | operator<< (std::ostream &o, Font const &ft) |
operator<< for a font | |
std::ostream & | operator<< (std::ostream &o, Paragraph const &ind) |
operator<< | |
std::ostream & | operator<< (std::ostream &o, Ftnt const &ftnt) |
operator<< for footnote | |
std::ostream & | operator<< (std::ostream &o, Token const &tok) |
operator<< for Token | |
std::ostream & | operator<< (std::ostream &o, Object const &obj) |
operator<< for Object | |
std::ostream & | operator<< (std::ostream &o, DataPLC const &plc) |
operator<< for DataPLC | |
Internal: the structures of a MsWks4Text.
std::ostream & MsWks4TextInternal::operator<< | ( | std::ostream & | o, |
DataPLC const & | plc | ||
) |
operator<< for DataPLC
operator<<
std::ostream & MsWks4TextInternal::operator<< | ( | std::ostream & | o, |
Font const & | ft | ||
) |
operator<< for a font
operator <<
std::ostream & MsWks4TextInternal::operator<< | ( | std::ostream & | o, |
FontName const & | ft | ||
) |
std::ostream & MsWks4TextInternal::operator<< | ( | std::ostream & | o, |
Ftnt const & | ftnt | ||
) |
operator<< for footnote
operator<<
std::ostream & MsWks4TextInternal::operator<< | ( | std::ostream & | o, |
Object const & | obj | ||
) |
operator<< for Object
operator <<
std::ostream & MsWks4TextInternal::operator<< | ( | std::ostream & | o, |
Paragraph const & | ind | ||
) |
operator<<
operator <<