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
|
Get the "creation" date/time.
Definition at line 209 of file kword13document.cpp. |
|
Get a document info.
Definition at line 148 of file kword13document.cpp. |
|
Get a document property.
Definition at line 162 of file kword13document.cpp. |
|
Get a document property.
Definition at line 177 of file kword13document.cpp. |
|
Get the "last printed" date/time.
Definition at line 191 of file kword13document.cpp. |
|
Get the "modification" date/time.
Definition at line 238 of file kword13document.cpp. |
Member Data Documentation
|
List of framesets that are anchored.
Definition at line 77 of file kword13document.h. |
|
From documentinfo.xml.
Definition at line 67 of file kword13document.h. |
|
List of <FRAMESET> having footnotes or endnotes.
Definition at line 72 of file kword13document.h. |
|
List of <FRAMESET> having footer/header.
Definition at line 71 of file kword13document.h. |
|
List of <FRAMESET> having normal text.
Definition at line 69 of file kword13document.h. |
|
List of <FRAMESET> of other types.
Definition at line 74 of file kword13document.h. |
|
"Dictionnary" of all pictures' data
Definition at line 75 of file kword13document.h. |
|
List of <FRAMESET> having pictures.
Definition at line 73 of file kword13document.h. |
|
List of <FRAMESET> being part of tables.
Definition at line 70 of file kword13document.h. |
The documentation for this class was generated from the following files: