Uses of Class
io.qt.gui.QTextDocument.MarkdownFeature
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QTextDocument.MarkdownFeature in io.qt.gui
Methods in io.qt.gui that return QTextDocument.MarkdownFeature Modifier and Type Method Description QTextDocument.MarkdownFeature[]
QTextDocument.MarkdownFeatures. flags()
Returns an array of flag objects represented by this MarkdownFeatures.static QTextDocument.MarkdownFeature
QTextDocument.MarkdownFeature. resolve(int value)
Returns the corresponding enum entry for the given value.static QTextDocument.MarkdownFeature
QTextDocument.MarkdownFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTextDocument.MarkdownFeature[]
QTextDocument.MarkdownFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QTextDocument.MarkdownFeature Constructor Description MarkdownFeatures(QTextDocument.MarkdownFeature... args)
Creates a new MarkdownFeatures where the flags inargs
are set. -
Uses of QTextDocument.MarkdownFeature in io.qt.widgets
Methods in io.qt.widgets with parameters of type QTextDocument.MarkdownFeature Modifier and Type Method Description String
QTextEdit. toMarkdown(QTextDocument.MarkdownFeature... features)
Overloaded function forQTextEdit.toMarkdown(io.qt.gui.QTextDocument.MarkdownFeatures)
.