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 TextVerticalOverflow
Returns 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 TypeMethodDescriptionvoid
XSSFSimpleShape.setTextVerticalOverflow
(TextVerticalOverflow overflow) Sets the type of vertical overflow for the text.