Uses of Class
io.qt.gui.QPageLayout
-
Uses of QPageLayout in io.qt.gui
Modifier and TypeMethodDescriptionQPageLayout.clone()
Creates and returns a copy of this object.final QPageLayout
QPagedPaintDevice.Impl.pageLayout()
final QPageLayout
QPdfWriter.pageLayout()
Modifier and TypeMethodDescriptionfinal void
QPageLayout.assign
(QPageLayout other) final boolean
QPageLayout.isEquivalentTo
(QPageLayout other) boolean
QPagedPaintDevice.Impl.setPageLayout
(QPageLayout pageLayout) default boolean
QPagedPaintDevice.setPageLayout
(QPageLayout pageLayout) boolean
QPdfWriter.setPageLayout
(QPageLayout pageLayout) final void
QPageLayout.swap
(QPageLayout other) -
Uses of QPageLayout in io.qt.printsupport
-
Uses of QPageLayout in io.qt.webengine.core
Modifier and TypeMethodDescriptionfinal void
QWebEnginePage.printToPdf
(String filePath, QPageLayout layout) Overloaded function forQWebEnginePage.printToPdf(java.lang.String, io.qt.gui.QPageLayout, io.qt.gui.QPageRanges)
withranges = new io.qt.gui.QPageRanges()
.final void
QWebEnginePage.printToPdf
(String filePath, QPageLayout layout, QPageRanges ranges) final void
QWebEnginePage.printToPdf
(Consumer<QByteArray> resultCallback, QPageLayout layout) Overloaded function forQWebEnginePage.printToPdf(java.util.function.Consumer, io.qt.gui.QPageLayout, io.qt.gui.QPageRanges)
withranges = new io.qt.gui.QPageRanges()
.final void
QWebEnginePage.printToPdf
(Consumer<QByteArray> resultCallback, QPageLayout layout, QPageRanges ranges) -
Uses of QPageLayout in io.qt.webengine.widgets
Modifier and TypeMethodDescriptionfinal void
QWebEngineView.printToPdf
(String filePath, QPageLayout layout) Overloaded function forQWebEngineView.printToPdf(java.lang.String, io.qt.gui.QPageLayout, io.qt.gui.QPageRanges)
withranges = new io.qt.gui.QPageRanges()
.final void
QWebEngineView.printToPdf
(String filePath, QPageLayout layout, QPageRanges ranges) final void
QWebEngineView.printToPdf
(Consumer<QByteArray> resultCallback, QPageLayout layout) Overloaded function forQWebEngineView.printToPdf(java.util.function.Consumer, io.qt.gui.QPageLayout, io.qt.gui.QPageRanges)
withranges = new io.qt.gui.QPageRanges()
.final void
QWebEngineView.printToPdf
(Consumer<QByteArray> resultCallback, QPageLayout layout, QPageRanges ranges)