Uses of Enum
io.qt.printsupport.QPrinter.DuplexMode
Packages that use QPrinter.DuplexMode
-
Uses of QPrinter.DuplexMode in io.qt.printsupport
Methods in io.qt.printsupport that return QPrinter.DuplexModeModifier and TypeMethodDescriptionfinal QPrinter.DuplexMode
QPrinterInfo.defaultDuplexMode()
final QPrinter.DuplexMode
QPrinter.duplex()
static QPrinter.DuplexMode
QPrinter.DuplexMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QPrinter.DuplexMode
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.DuplexModeModifier and TypeMethodDescriptionfinal QList<QPrinter.DuplexMode>
QPrinterInfo.supportedDuplexModes()
Methods in io.qt.printsupport with parameters of type QPrinter.DuplexMode