Uses of Class
com.hp.lft.sdk.ai.AiAutoScrollSettings
Packages that use AiAutoScrollSettings
-
Uses of AiAutoScrollSettings in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return AiAutoScrollSettingsModifier and TypeMethodDescriptionAiAutoScrollSettings.disable()
Sets the auto scrolling feature to disabled state.AiAutoScrollSettings.enable()
Sets the auto scrolling feature to enabled state.AiAutoScrollSettings.enable
(ScrollDirection direction, int maxScrolls) Sets the auto scrolling feature to enabled state and sets the direction and max pages to scroll settings.Methods in com.hp.lft.sdk.ai with parameters of type AiAutoScrollSettingsModifier and TypeMethodDescriptionstatic void
AiRunSettings.updateAutoScrollSettings
(AiAutoScrollSettings settings) Updates the AI auto scroll settings.