Uses of Class
org.apache.poi.sl.usermodel.TextShape.TextDirection
-
Packages that use TextShape.TextDirection Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of TextShape.TextDirection in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return TextShape.TextDirection Modifier and Type Method Description TextShape.TextDirection
HSLFTextShape. getTextDirection()
Methods in org.apache.poi.hslf.usermodel with parameters of type TextShape.TextDirection Modifier and Type Method Description void
HSLFTextShape. setTextDirection(TextShape.TextDirection orientation)
-
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(java.lang.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 -
Uses of TextShape.TextDirection in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return TextShape.TextDirection Modifier and Type Method Description TextShape.TextDirection
XSLFTableCell. getTextDirection()
TextShape.TextDirection
XSLFTextShape. getTextDirection()
Methods in org.apache.poi.xslf.usermodel with parameters of type TextShape.TextDirection Modifier and Type Method Description void
XSLFTableCell. setTextDirection(TextShape.TextDirection orientation)
void
XSLFTextShape. setTextDirection(TextShape.TextDirection orientation)
-