Uses of Class
io.qt.printsupport.QPrintEngine.PrintEnginePropertyKey
Package | Description |
---|---|
io.qt.printsupport |
-
Uses of QPrintEngine.PrintEnginePropertyKey in io.qt.printsupport
Methods in io.qt.printsupport that return QPrintEngine.PrintEnginePropertyKey Modifier and Type Method Description static QPrintEngine.PrintEnginePropertyKey
QPrintEngine.PrintEnginePropertyKey. resolve(int value)
Returns the corresponding enum entry for the given value.static QPrintEngine.PrintEnginePropertyKey
QPrintEngine.PrintEnginePropertyKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPrintEngine.PrintEnginePropertyKey[]
QPrintEngine.PrintEnginePropertyKey. 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 QPrintEngine.PrintEnginePropertyKey Modifier and Type Method Description abstract Object
QPrintEngine. property(QPrintEngine.PrintEnginePropertyKey key)
abstract void
QPrintEngine. setProperty(QPrintEngine.PrintEnginePropertyKey key, Object value)