Uses of Class
io.qt.gui.QPageLayout
Package | Description |
---|---|
io.qt.gui | |
io.qt.printsupport | |
io.qt.webengine.widgets |
-
Uses of QPageLayout in io.qt.gui
Methods in io.qt.gui that return QPageLayout Modifier and Type Method Description QPageLayout
QPageLayout. clone()
protected QPageLayout
QPagedPaintDevice.Impl. devicePageLayout()
Deprecated.QPageLayout
QPagedPaintDevice.MemberAccess. devicePageLayout()
Deprecated.QPageLayout
QPagedPaintDevice.Impl. pageLayout()
default QPageLayout
QPagedPaintDevice. pageLayout()
QPageLayout
QPdfWriter. pageLayout()
Methods in io.qt.gui with parameters of type QPageLayout Modifier and Type Method Description boolean
QPageLayout. isEquivalentTo(QPageLayout other)
boolean
QPagedPaintDevice.Impl. setPageLayout(QPageLayout pageLayout)
default boolean
QPagedPaintDevice. setPageLayout(QPageLayout pageLayout)
boolean
QPdfWriter. setPageLayout(QPageLayout pageLayout)
void
QPageLayout. swap(QPageLayout other)
Constructors in io.qt.gui with parameters of type QPageLayout Constructor Description QPageLayout(QPageLayout other)
-
Uses of QPageLayout in io.qt.printsupport
Methods in io.qt.printsupport that return QPageLayout Modifier and Type Method Description QPageLayout
QPrinter. pageLayout()
Methods in io.qt.printsupport with parameters of type QPageLayout Modifier and Type Method Description boolean
QPrinter. setPageLayout(QPageLayout pageLayout)
-
Uses of QPageLayout in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets with parameters of type QPageLayout Modifier and Type Method Description void
QWebEnginePage. printToPdf(String filePath, QPageLayout layout)
void
QWebEnginePage. printToPdf(Consumer<QByteArray> resultCallback, QPageLayout layout)