#include <qtextodfwriter_p.h>
|
| QTextOdfWriter (const QTextDocument &document, QIODevice *device) |
bool | writeAll () |
void | setCreateArchive (bool on) |
bool | createArchive () const |
void | writeBlock (QXmlStreamWriter &writer, const QTextBlock &block) |
void | writeFormats (QXmlStreamWriter &writer, const QSet< int > &formatIds) const |
void | writeBlockFormat (QXmlStreamWriter &writer, QTextBlockFormat format, int formatIndex) const |
void | writeCharacterFormat (QXmlStreamWriter &writer, QTextCharFormat format, int formatIndex) const |
void | writeListFormat (QXmlStreamWriter &writer, QTextListFormat format, int formatIndex) const |
void | writeFrameFormat (QXmlStreamWriter &writer, QTextFrameFormat format, int formatIndex) const |
void | writeTableFormat (QXmlStreamWriter &writer, QTextTableFormat format, int formatIndex) const |
void | writeTableCellFormat (QXmlStreamWriter &writer, QTextTableCellFormat format, int formatIndex, QList< QTextFormat > &styles) const |
void | writeFrame (QXmlStreamWriter &writer, const QTextFrame *frame) |
void | writeInlineCharacter (QXmlStreamWriter &writer, const QTextFragment &fragment) const |
Definition at line 48 of file qtextodfwriter_p.h.
◆ QTextOdfWriter()
◆ createArchive()
bool QTextOdfWriter::createArchive |
( |
| ) |
const |
|
inline |
◆ setCreateArchive()
void QTextOdfWriter::setCreateArchive |
( |
bool | on | ) |
|
|
inline |
◆ tableCellStyleElement()
◆ writeAll()
bool QTextOdfWriter::writeAll |
( |
| ) |
|
◆ writeBlock()
void QTextOdfWriter::writeBlock |
( |
QXmlStreamWriter & | writer, |
|
|
const QTextBlock & | block ) |
◆ writeBlockFormat()
void QTextOdfWriter::writeBlockFormat |
( |
QXmlStreamWriter & | writer, |
|
|
QTextBlockFormat | format, |
|
|
int | formatIndex ) const |
◆ writeCharacterFormat()
void QTextOdfWriter::writeCharacterFormat |
( |
QXmlStreamWriter & | writer, |
|
|
QTextCharFormat | format, |
|
|
int | formatIndex ) const |
◆ writeFormats()
void QTextOdfWriter::writeFormats |
( |
QXmlStreamWriter & | writer, |
|
|
const QSet< int > & | formatIds ) const |
◆ writeFrame()
void QTextOdfWriter::writeFrame |
( |
QXmlStreamWriter & | writer, |
|
|
const QTextFrame * | frame ) |
◆ writeFrameFormat()
void QTextOdfWriter::writeFrameFormat |
( |
QXmlStreamWriter & | writer, |
|
|
QTextFrameFormat | format, |
|
|
int | formatIndex ) const |
◆ writeInlineCharacter()
void QTextOdfWriter::writeInlineCharacter |
( |
QXmlStreamWriter & | writer, |
|
|
const QTextFragment & | fragment ) const |
◆ writeListFormat()
void QTextOdfWriter::writeListFormat |
( |
QXmlStreamWriter & | writer, |
|
|
QTextListFormat | format, |
|
|
int | formatIndex ) const |
◆ writeTableCellFormat()
◆ writeTableFormat()
void QTextOdfWriter::writeTableFormat |
( |
QXmlStreamWriter & | writer, |
|
|
QTextTableFormat | format, |
|
|
int | formatIndex ) const |
! HARD-CODING variableWidth Constraints to 100% / nr constraints
Definition at line 867 of file qtextodfwriter.cpp.
◆ defaultImageResolution
const int QTextOdfWriter::defaultImageResolution = 11811 |
◆ drawNS
const QString QTextOdfWriter::drawNS |
◆ foNS
◆ officeNS
const QString QTextOdfWriter::officeNS |
◆ styleNS
const QString QTextOdfWriter::styleNS |
◆ svgNS
const QString QTextOdfWriter::svgNS |
◆ tableNS
const QString QTextOdfWriter::tableNS |
◆ textNS
const QString QTextOdfWriter::textNS |
◆ xlinkNS
const QString QTextOdfWriter::xlinkNS |
The documentation for this class was generated from the following files: