Uses of Enum Class
com.hp.lft.sdk.uiapro.TextUnit
Packages that use TextUnit
-
Uses of TextUnit in com.hp.lft.sdk.uiapro
Methods in com.hp.lft.sdk.uiapro that return TextUnitModifier and TypeMethodDescriptionstatic TextUnit
Returns the enum constant of this class with the specified name.static TextUnit[]
TextUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.uiapro with parameters of type TextUnitModifier and TypeMethodDescriptionvoid
TextPattern.scrollIntoView
(int numberOfUnits, TextUnit unitType) Scrolls into view.void
TextPattern.scrollIntoView
(int numberOfUnits, TextUnit unitType, Direction direction) Scrolls into view.void
TextPattern.scrollIntoView
(int numberOfUnits, TextUnit unitType, Direction direction, Alignment alignment) Scrolls into view.