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.Orientation
QPrinter.orientation()
Deprecated.Use pageLayout().orientation() instead.final QPrinter.Orientation
QPrintPreviewWidget.orientation()
static QPrinter.Orientation
QPrinter.Orientation.resolve
(int value) Returns the corresponding enum entry for the given value.static QPrinter.Orientation
Returns 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 void
QPrinter.setOrientation
(QPrinter.Orientation arg__1) Deprecated.Use setPageOrientation() instead.final void
QPrintPreviewWidget.setOrientation
(QPrinter.Orientation orientation)