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 TextAutofitXSSFSimpleShape. getTextAutofit()static TextAutofitTextAutofit. valueOf(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 voidXSSFSimpleShape. setTextAutofit(TextAutofit value)Specifies that a shape should be auto-fit to fully contain the text described within it.
-