Uses of Class
io.qt.gui.QTextFormat.PageBreakFlag
Package | Description |
---|---|
io.qt.gui |
-
Uses of QTextFormat.PageBreakFlag in io.qt.gui
Methods in io.qt.gui that return QTextFormat.PageBreakFlag Modifier and Type Method Description QTextFormat.PageBreakFlag[]
QTextFormat.PageBreakFlags. flags()
Returns an array of flag objects represented by this PageBreakFlags.static QTextFormat.PageBreakFlag
QTextFormat.PageBreakFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QTextFormat.PageBreakFlag
QTextFormat.PageBreakFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTextFormat.PageBreakFlag[]
QTextFormat.PageBreakFlag. 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 QTextFormat.PageBreakFlag Constructor Description PageBreakFlags(QTextFormat.PageBreakFlag... args)
Creates a new PageBreakFlags where the flags inargs
are set.