Uses of Class
org.apache.poi.sl.usermodel.TextShape.TextDirection
-
Packages that use TextShape.TextDirection Package Description org.apache.poi.sl.usermodel -
-
Uses of TextShape.TextDirection in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextShape.TextDirection Modifier and Type Method Description TextShape.TextDirection
TextShape. getTextDirection()
static TextShape.TextDirection
TextShape.TextDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextShape.TextDirection[]
TextShape.TextDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type TextShape.TextDirection Modifier and Type Method Description void
TextShape. setTextDirection(TextShape.TextDirection orientation)
sets the vertical orientation
-