- All Superinterfaces:
QPaintDevice
,QtObjectInterface
- All Known Implementing Classes:
QPagedPaintDevice.Impl
,QPdfWriter
,QPrinter
public interface QPagedPaintDevice extends QtObjectInterface, QPaintDevice
Represents a paint device that supports multiple pages
Java wrapper for Qt class QPagedPaintDevice
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QPagedPaintDevice.Impl
Implementor class for interfaceQPagedPaintDevice
static class
QPagedPaintDevice.MemberAccess
static class
QPagedPaintDevice.PdfVersion
Java wrapper for Qt enum QPagedPaintDevice::PdfVersionNested classes/interfaces inherited from interface io.qt.gui.QPaintDevice
QPaintDevice.PaintDeviceMetric
-
Method Summary
Modifier and Type Method Description boolean
newPage()
QPaintEngine
paintEngine()
See QPaintDevice::default boolean
setPageLayout(QPageLayout pageLayout)
default boolean
setPageMargins(QMarginsF margins)
Overloaded function forsetPageMargins(io.qt.core.QMarginsF, io.qt.gui.QPageLayout.Unit)
withunits = io.qt.gui.QPageLayout.Unit.Millimeter
.default boolean
setPageMargins(QMarginsF margins, QPageLayout.Unit units)
default boolean
setPageOrientation(QPageLayout.Orientation orientation)
default void
setPageRanges(QPageRanges ranges)
default boolean
setPageSize(QPageSize pageSize)
Methods inherited from interface io.qt.gui.QPaintDevice
colorCount, depth, devicePixelRatio, devicePixelRatioF, height, heightMM, logicalDpiX, logicalDpiY, paintingActive, physicalDpiX, physicalDpiY, width, widthMM
-
Method Details
-
newPage
-
paintEngine
See QPaintDevice::
- Specified by:
paintEngine
in interfaceQPaintDevice
-
setPageLayout
-
setPageMargins
Overloaded function for
setPageMargins(io.qt.core.QMarginsF, io.qt.gui.QPageLayout.Unit)
withunits = io.qt.gui.QPageLayout.Unit.Millimeter
. -
setPageMargins
-
setPageOrientation
-
setPageRanges
-
setPageSize
-