Uses of Class
io.qt.gui.QPagedPaintDevice.PageSize
Package | Description |
---|---|
io.qt.gui | |
io.qt.printsupport |
-
Uses of QPagedPaintDevice.PageSize in io.qt.gui
Methods in io.qt.gui that return QPagedPaintDevice.PageSize Modifier and Type Method Description QPagedPaintDevice.PageSize
QPagedPaintDevice.Impl. pageSize()
default QPagedPaintDevice.PageSize
QPagedPaintDevice. pageSize()
QPagedPaintDevice.PageSize
QPdfWriter. pageSize()
static QPagedPaintDevice.PageSize
QPagedPaintDevice.PageSize. resolve(int value)
Returns the corresponding enum entry for the given value.static QPagedPaintDevice.PageSize
QPagedPaintDevice.PageSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPagedPaintDevice.PageSize[]
QPagedPaintDevice.PageSize. 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 QPagedPaintDevice.PageSize Modifier and Type Method Description void
QPagedPaintDevice.Impl. setPageSize(QPagedPaintDevice.PageSize size)
default void
QPagedPaintDevice. setPageSize(QPagedPaintDevice.PageSize size)
void
QPdfWriter. setPageSize(QPagedPaintDevice.PageSize size)
Deprecated.Use setPageSize(QPageSize(id)) instead -
Uses of QPagedPaintDevice.PageSize in io.qt.printsupport
Methods in io.qt.printsupport that return QPagedPaintDevice.PageSize Modifier and Type Method Description QPagedPaintDevice.PageSize
QPrinter. pageSize()
QPagedPaintDevice.PageSize
QPrinter. paperSize()
Methods in io.qt.printsupport that return types with arguments of type QPagedPaintDevice.PageSize Modifier and Type Method Description List<QPagedPaintDevice.PageSize>
QPrinterInfo. supportedPaperSizes()
Deprecated.Methods in io.qt.printsupport with parameters of type QPagedPaintDevice.PageSize Modifier and Type Method Description void
QPrinter. setPageSize(QPagedPaintDevice.PageSize arg__1)
void
QPrinter. setPaperSize(QPagedPaintDevice.PageSize arg__1)