Uses of Class
io.qt.printsupport.QPrinter.PageOrder
Package | Description |
---|---|
io.qt.printsupport |
-
Uses of QPrinter.PageOrder in io.qt.printsupport
Methods in io.qt.printsupport that return QPrinter.PageOrder Modifier and Type Method Description QPrinter.PageOrder
QPrinter. pageOrder()
static QPrinter.PageOrder
QPrinter.PageOrder. resolve(int value)
Returns the corresponding enum entry for the given value.static QPrinter.PageOrder
QPrinter.PageOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPrinter.PageOrder[]
QPrinter.PageOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.printsupport with parameters of type QPrinter.PageOrder Modifier and Type Method Description void
QPrinter. setPageOrder(QPrinter.PageOrder arg__1)