Uses of Class
com.sapportals.htmlb.enum.TextWrapping

Packages that use TextWrapping
com.sapportals.htmlb   
com.sapportals.htmlb.enum   
 

Uses of TextWrapping in com.sapportals.htmlb
 

Methods in com.sapportals.htmlb that return TextWrapping
 TextWrapping TextEdit.getWrapping()
          get the wrapping mode of this text edit field
 

Methods in com.sapportals.htmlb with parameters of type TextWrapping
 void TextEdit.setWrapping(TextWrapping wrapping)
          sets the wrapping mode of this text edit field Possible values are HARD, SOFT or OFF.
 

Uses of TextWrapping in com.sapportals.htmlb.enum
 

Fields in com.sapportals.htmlb.enum declared as TextWrapping
static TextWrapping TextWrapping.OFF
           
static TextWrapping TextWrapping.HARD
           
static TextWrapping TextWrapping.SOFT
           
 

Methods in com.sapportals.htmlb.enum that return TextWrapping
static TextWrapping TextWrapping.getEnumByString(String value)
           
 



Copyright 2006 SAP AG Complete Copyright Notice