QTextDocumentFragment

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QTextDocument) document)
Undocumented in source.
this
this(const(QTextCursor) range)
Undocumented in source.
this
this(const(QTextDocumentFragment) rhs)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

isEmpty
bool isEmpty()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
toHtml
QString toHtml(const(QByteArray) encoding)
Undocumented in source.
toPlainText
QString toPlainText()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
fromHtml
QTextDocumentFragment fromHtml(const(QString) html)
Undocumented in source.
fromHtml
QTextDocumentFragment fromHtml(const(QString) html, const(QTextDocument) resourceProvider)
Undocumented in source.
fromPlainText
QTextDocumentFragment fromPlainText(const(QString) plainText)
Undocumented in source.

Meta