Uses of Enum Class
com.teamdev.jxbrowser.browser.SavePageType
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of SavePageType in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionstatic SavePageType
SavePageType.forNumber
(int value) static SavePageType
SavePageType.valueOf
(int value) Deprecated.static SavePageType
SavePageType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SavePageType
Returns 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SavePageType>
SavePageType.internalGetValueMap()
Modifier and TypeMethodDescriptionboolean
Browser.saveWebPage
(Path htmlFilePath, Path resourcesDir, SavePageType saveType) Initiates the saving process of the currently loaded web page.