Uses of Enum
io.qt.gui.QPagedPaintDevice.PageSize
Packages that use QPagedPaintDevice.PageSize
-
Uses of QPagedPaintDevice.PageSize in io.qt.gui
Methods in io.qt.gui that return QPagedPaintDevice.PageSizeModifier and TypeMethodDescriptionQPagedPaintDevice.Impl.pageSize()
default 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
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.PageSizeModifier and TypeMethodDescriptionvoid
QPagedPaintDevice.Impl.setPageSize
(QPagedPaintDevice.PageSize size) default void
QPagedPaintDevice.setPageSize
(QPagedPaintDevice.PageSize size) void
QPdfWriter.setPageSize
(QPagedPaintDevice.PageSize size) -
Uses of QPagedPaintDevice.PageSize in io.qt.printsupport
Methods in io.qt.printsupport that return QPagedPaintDevice.PageSizeMethods in io.qt.printsupport that return types with arguments of type QPagedPaintDevice.PageSizeModifier and TypeMethodDescriptionfinal QList<QPagedPaintDevice.PageSize>
QPrinterInfo.supportedPaperSizes()
Methods in io.qt.printsupport with parameters of type QPagedPaintDevice.PageSizeModifier and TypeMethodDescriptionvoid
QPrinter.setPageSize
(QPagedPaintDevice.PageSize arg__1) final void
QPrinter.setPaperSize
(QPagedPaintDevice.PageSize arg__1)