Uses of Class
io.qt.gui.QPageLayout
Packages that use QPageLayout
-
Uses of QPageLayout in io.qt.gui
Methods in io.qt.gui that return QPageLayoutModifier and TypeMethodDescriptionQPageLayout.clone()
final QPageLayout
QPagedPaintDevice.Impl.pageLayout()
final QPageLayout
QPdfWriter.pageLayout()
Methods in io.qt.gui with parameters of type QPageLayoutModifier and TypeMethodDescriptionfinal 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) Constructors in io.qt.gui with parameters of type QPageLayout -
Uses of QPageLayout in io.qt.printsupport
Methods in io.qt.printsupport that return QPageLayoutMethods in io.qt.printsupport with parameters of type QPageLayout -
Uses of QPageLayout in io.qt.webengine.core
Methods in io.qt.webengine.core with parameters of type QPageLayoutModifier 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
Methods in io.qt.webengine.widgets with parameters of type QPageLayoutModifier 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)