Uses of Class
org.apache.poi.xssf.usermodel.TextAutofit
-
Packages that use TextAutofit Package Description org.apache.poi.xssf.usermodel -
-
Uses of TextAutofit in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return TextAutofit Modifier and Type Method Description TextAutofit
XSSFSimpleShape. getTextAutofit()
static TextAutofit
TextAutofit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextAutofit[]
TextAutofit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xssf.usermodel with parameters of type TextAutofit Modifier and Type Method Description void
XSSFSimpleShape. setTextAutofit(TextAutofit value)
Specifies that a shape should be auto-fit to fully contain the text described within it.
-