Uses of Enum Class
org.apache.poi.xssf.usermodel.TextHorizontalOverflow
Packages that use TextHorizontalOverflow
-
Uses of TextHorizontalOverflow in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return TextHorizontalOverflowModifier and TypeMethodDescriptionXSSFSimpleShape.getTextHorizontalOverflow()
Returns the type of horizontal overflow for the text.static TextHorizontalOverflow
Returns the enum constant of this class with the specified name.static TextHorizontalOverflow[]
TextHorizontalOverflow.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 TextHorizontalOverflowModifier and TypeMethodDescriptionvoid
XSSFSimpleShape.setTextHorizontalOverflow
(TextHorizontalOverflow overflow) Sets the type of horizontal overflow for the text.