Uses of Enum Class
org.apache.poi.sl.usermodel.TextShape.TextDirection
Packages that use TextShape.TextDirection
Package
Description
-
Uses of TextShape.TextDirection in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return TextShape.TextDirectionMethods in org.apache.poi.hslf.usermodel with parameters of type TextShape.TextDirectionModifier and TypeMethodDescriptionvoid
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.TextDirectionModifier and TypeMethodDescriptionTextShape.getTextDirection()
static TextShape.TextDirection
Returns the enum constant of this class with the specified name.static TextShape.TextDirection[]
TextShape.TextDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type TextShape.TextDirectionModifier and TypeMethodDescriptionvoid
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.TextDirectionModifier and TypeMethodDescriptionXSLFTableCell.getTextDirection()
XSLFTextShape.getTextDirection()
Methods in org.apache.poi.xslf.usermodel with parameters of type TextShape.TextDirectionModifier and TypeMethodDescriptionvoid
XSLFTableCell.setTextDirection
(TextShape.TextDirection orientation) void
XSLFTextShape.setTextDirection
(TextShape.TextDirection orientation)