Uses of Class
io.qt.printsupport.QPrinter.DuplexMode
Package | Description |
---|---|
io.qt.printsupport |
-
Uses of QPrinter.DuplexMode in io.qt.printsupport
Methods in io.qt.printsupport that return QPrinter.DuplexMode Modifier and Type Method Description QPrinter.DuplexMode
QPrinterInfo. defaultDuplexMode()
QPrinter.DuplexMode
QPrinter. duplex()
static QPrinter.DuplexMode
QPrinter.DuplexMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QPrinter.DuplexMode
QPrinter.DuplexMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPrinter.DuplexMode[]
QPrinter.DuplexMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.printsupport that return types with arguments of type QPrinter.DuplexMode Modifier and Type Method Description QList<QPrinter.DuplexMode>
QPrinterInfo. supportedDuplexModes()
Methods in io.qt.printsupport with parameters of type QPrinter.DuplexMode Modifier and Type Method Description void
QPrinter. setDuplex(QPrinter.DuplexMode duplex)