Uses of Class
org.robovm.apple.uikit.UIWebPaginationMode
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIWebPaginationMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIWebPaginationMode Modifier and Type Method Description UIWebPaginationModeUIWebView. getPaginationMode()Deprecated.static UIWebPaginationModeUIWebPaginationMode. valueOf(long n)Returns the enum constant of this type with the specified name.static UIWebPaginationModeUIWebPaginationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UIWebPaginationMode[]UIWebPaginationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIWebPaginationMode Modifier and Type Method Description voidUIWebView. setPaginationMode(UIWebPaginationMode v)Deprecated.