Uses of Class
io.qt.gui.QPagedPaintDevice.PdfVersion
Package | Description |
---|---|
io.qt.gui | |
io.qt.printsupport |
-
Uses of QPagedPaintDevice.PdfVersion in io.qt.gui
Methods in io.qt.gui that return QPagedPaintDevice.PdfVersion Modifier and Type Method Description QPagedPaintDevice.PdfVersion
QPdfWriter. pdfVersion()
static QPagedPaintDevice.PdfVersion
QPagedPaintDevice.PdfVersion. resolve(int value)
Returns the corresponding enum entry for the given value.static QPagedPaintDevice.PdfVersion
QPagedPaintDevice.PdfVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPagedPaintDevice.PdfVersion[]
QPagedPaintDevice.PdfVersion. 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.PdfVersion Modifier and Type Method Description void
QPdfWriter. setPdfVersion(QPagedPaintDevice.PdfVersion version)
-
Uses of QPagedPaintDevice.PdfVersion in io.qt.printsupport
Methods in io.qt.printsupport that return QPagedPaintDevice.PdfVersion Modifier and Type Method Description QPagedPaintDevice.PdfVersion
QPrinter. pdfVersion()
Methods in io.qt.printsupport with parameters of type QPagedPaintDevice.PdfVersion Modifier and Type Method Description void
QPrinter. setPdfVersion(QPagedPaintDevice.PdfVersion version)