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 SavePageTypeSavePageType.forNumber(int value) static SavePageTypeSavePageType.valueOf(int value) Deprecated.static SavePageTypeSavePageType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static 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 that return types with arguments of type SavePageTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SavePageType>SavePageType.internalGetValueMap()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.