Uses of Class
org.apache.poi.xssf.usermodel.TextHorizontalOverflow
-
Packages that use TextHorizontalOverflow Package Description org.apache.poi.xssf.usermodel -
-
Uses of TextHorizontalOverflow in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return TextHorizontalOverflow Modifier and Type Method Description TextHorizontalOverflow
XSSFSimpleShape. getTextHorizontalOverflow()
Returns the type of horizontal overflow for the text.static TextHorizontalOverflow
TextHorizontalOverflow. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextHorizontalOverflow[]
TextHorizontalOverflow. 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 TextHorizontalOverflow Modifier and Type Method Description void
XSSFSimpleShape. setTextHorizontalOverflow(TextHorizontalOverflow overflow)
Sets the type of horizontal overflow for the text.
-