filters
KWord13Format Class Reference
#include <kword13format.h>
Inheritance diagram for KWord13Format:

Detailed Description
Basic classes for all format classes.For <FORMAT>
Definition at line 31 of file kword13format.h.
Public Member Functions | |
KWord13Format (void) | |
virtual | ~KWord13Format (void) |
virtual int | length (void) |
virtual KWord13FormatOneData * | getFormatOneData (void) |
Public Attributes | |
int | m_id |
int | m_pos |
Member Function Documentation
int KWord13Format::length | ( | void | ) | [virtual] |
Get lenght of format (1 except for texts).
Reimplemented in KWord13FormatOne.
Definition at line 32 of file kword13format.cpp.
KWord13FormatOneData * KWord13Format::getFormatOneData | ( | void | ) | [virtual] |
Get a pointer to the data correponding to <FORMAT id="1">.
- Note:
- The returned pointer MUST NOT be deleted and also it can be NULL!
Reimplemented in KWord13FormatOne.
Definition at line 37 of file kword13format.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: