kpresenter
KPrTextDocument Class Reference
#include <KPrTextDocument.h>
Detailed Description
This is our KoTextDocument reimplementation, to relate it to the textobject it's in.
Definition at line 34 of file KPrTextDocument.h.
Public Member Functions | |
| KPrTextDocument (KPrTextObject *textobj, KoTextFormatCollection *fc, KoTextFormatter *formatter=0L) | |
| ~KPrTextDocument () | |
| KPrTextObject * | textObject () const |
| bool | loadSpanTag (const QDomElement &tag, KoOasisContext &context, KoTextParag *parag, uint pos, QString &textData, KoTextCustomItem *&customItem) |
Constructor & Destructor Documentation
| KPrTextDocument::KPrTextDocument | ( | KPrTextObject * | textobj, | |
| KoTextFormatCollection * | fc, | |||
| KoTextFormatter * | formatter = 0L | |||
| ) |
Member Function Documentation
| KPrTextObject* KPrTextDocument::textObject | ( | ) | const [inline] |
Return the text object in which this document is.
Note that this can be 0L (e.g. for paragraphs in the paragdia preview)
Definition at line 45 of file KPrTextDocument.h.
| bool KPrTextDocument::loadSpanTag | ( | const QDomElement & | tag, | |
| KoOasisContext & | context, | |||
| KoTextParag * | parag, | |||
| uint | pos, | |||
| QString & | textData, | |||
| KoTextCustomItem *& | customItem | |||
| ) |
The documentation for this class was generated from the following files:

