Uses of Class
io.qt.printsupport.QPrinter.Orientation
Package | Description |
---|---|
io.qt.printsupport |
-
Uses of QPrinter.Orientation in io.qt.printsupport
Methods in io.qt.printsupport that return QPrinter.Orientation Modifier and Type Method Description QPrinter.Orientation
QPrinter. orientation()
Deprecated.Use pageLayout().orientation() instead.QPrinter.Orientation
QPrintPreviewWidget. orientation()
static QPrinter.Orientation
QPrinter.Orientation. resolve(int value)
Returns the corresponding enum entry for the given value.static QPrinter.Orientation
QPrinter.Orientation. valueOf(String name)
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.Orientation Modifier and Type Method Description void
QPrinter. setOrientation(QPrinter.Orientation arg__1)
Deprecated.Use setPageOrientation() instead.void
QPrintPreviewWidget. setOrientation(QPrinter.Orientation orientation)