Uses of Class
io.qt.gui.QPageSize.SizeMatchPolicy
Package | Description |
---|---|
io.qt.gui |
-
Uses of QPageSize.SizeMatchPolicy in io.qt.gui
Methods in io.qt.gui that return QPageSize.SizeMatchPolicy Modifier and Type Method Description static QPageSize.SizeMatchPolicy
QPageSize.SizeMatchPolicy. resolve(int value)
Returns the corresponding enum entry for the given value.static QPageSize.SizeMatchPolicy
QPageSize.SizeMatchPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPageSize.SizeMatchPolicy[]
QPageSize.SizeMatchPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QPageSize.SizeMatchPolicy Modifier and Type Method Description static QPageSize.PageSizeId
QPageSize. id(QSizeF size, QPageSize.Unit units, QPageSize.SizeMatchPolicy matchPolicy)
static QPageSize.PageSizeId
QPageSize. id(QSize pointSize, QPageSize.SizeMatchPolicy matchPolicy)
Constructors in io.qt.gui with parameters of type QPageSize.SizeMatchPolicy Constructor Description QPageSize(QSizeF size, QPageSize.Unit units, String name, QPageSize.SizeMatchPolicy matchPolicy)
QPageSize(QSize pointSize, String name, QPageSize.SizeMatchPolicy matchPolicy)