java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextDocumentFragment
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a piece of formatted text from a QTextDocument
Java wrapper for Qt's class QTextDocumentFragment
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQTextDocumentFragment
(QTextCursor range) QTextDocumentFragment
(QTextDocument document) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
static QTextDocumentFragment
static QTextDocumentFragment
fromHtml
(String html, QTextDocument resourceProvider) static QTextDocumentFragment
fromPlainText
(String plainText) final boolean
isEmpty()
final String
toHtml()
Overloaded function fortoHtml(io.qt.core.QByteArray)
withencoding = new io.qt.core.QByteArray()
.final String
toHtml
(QByteArray encoding) final String
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QTextDocumentFragment
public QTextDocumentFragment() -
QTextDocumentFragment
-
QTextDocumentFragment
-
QTextDocumentFragment
-
QTextDocumentFragment
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
isEmpty
-
toHtml
Overloaded function for
toHtml(io.qt.core.QByteArray)
withencoding = new io.qt.core.QByteArray()
. -
toHtml
-
toPlainText
-
fromHtml
-
fromHtml
-
fromPlainText
-
clone
-