Uses of Enum Class
com.teamdev.jxbrowser.browser.SavePageType
Packages that use SavePageType
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of SavePageType in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return SavePageTypeModifier and TypeMethodDescriptionstatic SavePageTypeReturns the enum constant of this class with the specified name.static SavePageType[]SavePageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.browser with parameters of type SavePageTypeModifier and TypeMethodDescriptionbooleanBrowser.saveWebPage(Path htmlFilePath, Path resourcesDir, SavePageType saveType) Initiates the saving process of the currently loaded web page.