Uses of Enum Class
org.apache.poi.xssf.usermodel.TextAutofit
Packages that use TextAutofit
-
Uses of TextAutofit in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return TextAutofitModifier and TypeMethodDescriptionXSSFSimpleShape.getTextAutofit()static TextAutofitReturns the enum constant of this class with the specified name.static TextAutofit[]TextAutofit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xssf.usermodel with parameters of type TextAutofitModifier and TypeMethodDescriptionvoidXSSFSimpleShape.setTextAutofit(TextAutofit value) Specifies that a shape should be auto-fit to fully contain the text described within it.