filters
KWord13Document Class Reference
List of all members.Detailed Description
Definition at line 37 of file kword13document.h.
Public Member Functions | |
KWord13Document (void) | |
~KWord13Document (void) | |
void | xmldump (QIODevice *io) |
QDateTime | lastPrintingDate (void) const |
QDateTime | creationDate (void) const |
QDateTime | modificationDate (void) const |
QString | getDocumentInfo (const QString &name) const |
QString | getProperty (const QString &name, const QString &oldName=QString::null) const |
Public Attributes | |
QMap< QString, QString > | m_documentProperties |
QMap< QString, QString > | m_documentInfo |
QValueList< KWord13Layout > | m_styles |
QPtrList< KWordTextFrameset > | m_normalTextFramesetList |
QPtrList< KWordTextFrameset > | m_tableFramesetList |
QPtrList< KWordTextFrameset > | m_headerFooterFramesetList |
QPtrList< KWordTextFrameset > | m_footEndNoteFramesetList |
QPtrList< KWord13PictureFrameset > | m_pictureFramesetList |
QPtrList< KWord13Frameset > | m_otherFramesetList |
QDict< KWord13Picture > | m_pictureDict |
KTempFile * | m_previewFile |
QStringList | m_anchoredFramesetNames |
Protected Member Functions | |
QString | getPropertyInternal (const QString &name) const |
Member Function Documentation
QDateTime KWord13Document::lastPrintingDate | ( | void | ) | const |
QDateTime KWord13Document::creationDate | ( | void | ) | const |
QDateTime KWord13Document::modificationDate | ( | void | ) | const |
QString KWord13Document::getDocumentInfo | ( | const QString & | name | ) | const |
Get a document info.
- Parameters:
-
name name of the document info
Definition at line 148 of file kword13document.cpp.
QString KWord13Document::getProperty | ( | const QString & | name, | |
const QString & | oldName = QString::null | |||
) | const |
Get a document property.
- Parameters:
-
name name of the property oldName alternative name of the property (in old KWord syntax)
Definition at line 162 of file kword13document.cpp.
QString KWord13Document::getPropertyInternal | ( | const QString & | name | ) | const [protected] |
Member Data Documentation
QMap<QString, QString> KWord13Document::m_documentInfo |
QStringList KWord13Document::m_anchoredFramesetNames |
The documentation for this class was generated from the following files: