Uses of Enum Class
org.apache.poi.xssf.usermodel.TextVerticalOverflow
Packages that use TextVerticalOverflow
-
Uses of TextVerticalOverflow in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return TextVerticalOverflowModifier and TypeMethodDescriptionXSSFSimpleShape.getTextVerticalOverflow()Returns the type of vertical overflow for the text.static TextVerticalOverflowReturns the enum constant of this class with the specified name.static TextVerticalOverflow[]TextVerticalOverflow.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 TextVerticalOverflowModifier and TypeMethodDescriptionvoidXSSFSimpleShape.setTextVerticalOverflow(TextVerticalOverflow overflow) Sets the type of vertical overflow for the text.