Uses of Enum
io.qt.webengine.core.QWebEngineDownloadRequest.SavePageFormat
Packages that use QWebEngineDownloadRequest.SavePageFormat
-
Uses of QWebEngineDownloadRequest.SavePageFormat in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineDownloadRequest.SavePageFormatModifier and TypeMethodDescriptionQWebEngineDownloadRequest.getSavePageFormat()
Kotlin property getter.QWebEngineDownloadRequest.SavePageFormat.resolve
(int value) Returns the corresponding enum entry for the given value.QWebEngineDownloadRequest.savePageFormat()
Returns the enum constant of this type with the specified name.QWebEngineDownloadRequest.SavePageFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.core with parameters of type QWebEngineDownloadRequest.SavePageFormatModifier and TypeMethodDescriptionfinal void
QWebEnginePage.save
(String filePath, QWebEngineDownloadRequest.SavePageFormat format) final void
QWebEngineDownloadRequest.setSavePageFormat
(QWebEngineDownloadRequest.SavePageFormat format)