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 TextHorizontalOverflowXSSFSimpleShape. getTextHorizontalOverflow()Returns the type of horizontal overflow for the text.static TextHorizontalOverflowTextHorizontalOverflow. valueOf(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 voidXSSFSimpleShape. setTextHorizontalOverflow(TextHorizontalOverflow overflow)Sets the type of horizontal overflow for the text.
-