QTextDocumentWriter Class ReferenceThe QTextDocumentWriter class provides a format-independent interface for writing a QTextDocument to files or other devices. More... #include <QTextDocumentWriter> This class was introduced in Qt 4.5. Public Functions
Static Public Members
Detailed DescriptionThe QTextDocumentWriter class provides a format-independent interface for writing a QTextDocument to files or other devices. To write a document, construct a QTextDocumentWriter object with either a file name or a device object, and specify the document format to be written. You can construct a writer and set the format using setFormat() later. Call write() to write the document to the device. If the document is successfully written, this function returns true. However, if an error occurs when writing the document, it will return false. Call supportedDocumentFormats() for a list of formats that QTextDocumentWriter can write. Since the capabilities of the supported output formats vary considerably, the writer simply outputs the appropriate subset of objects for each format. This typically includes the formatted text and images contained in a document. Member Function Documentation
|
Format | Description |
---|---|
plaintext | Plain text |
HTML | HyperText Markup Language |
ODF | OpenDocument Format |
See also setFormat().
Writes the given document to the assigned device or file and returns true if successful; otherwise returns false.
Writes the document fragment specified by fragment to the assigned device or file and returns true if successful; otherwise returns false.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.8 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com