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 TextUnitReturns 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 TypeMethodDescriptionvoidTextPattern.scrollIntoView(int numberOfUnits, TextUnit unitType) Scrolls into view.voidTextPattern.scrollIntoView(int numberOfUnits, TextUnit unitType, Direction direction) Scrolls into view.voidTextPattern.scrollIntoView(int numberOfUnits, TextUnit unitType, Direction direction, Alignment alignment) Scrolls into view.