Uses of Class
org.apache.poi.sl.usermodel.TextShape.TextAutofit
-
Packages that use TextShape.TextAutofit Package Description org.apache.poi.sl.usermodel -
-
Uses of TextShape.TextAutofit in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextShape.TextAutofit Modifier and Type Method Description static TextShape.TextAutofit
TextShape.TextAutofit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextShape.TextAutofit[]
TextShape.TextAutofit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-