Uses of Enum
io.qt.printsupport.QPrinter.Orientation
Packages that use QPrinter.Orientation
-
Uses of QPrinter.Orientation in io.qt.printsupport
Methods in io.qt.printsupport that return QPrinter.OrientationModifier and TypeMethodDescriptionfinal QPrinter.OrientationQPrinter.orientation()final QPrinter.OrientationQPrintPreviewWidget.orientation()static QPrinter.OrientationQPrinter.Orientation.resolve(int value) Returns the corresponding enum entry for the given value.static QPrinter.OrientationReturns the enum constant of this type with the specified name.static QPrinter.Orientation[]QPrinter.Orientation.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.OrientationModifier and TypeMethodDescriptionfinal voidQPrinter.setOrientation(QPrinter.Orientation arg__1) final voidQPrintPreviewWidget.setOrientation(QPrinter.Orientation orientation)