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 TypeMethodDescriptionvoidHSLFTextShape.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.TextDirectionReturns 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 TypeMethodDescriptionvoidTextShape.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 TypeMethodDescriptionvoidXSLFTableCell.setTextDirection(TextShape.TextDirection orientation) voidXSLFTextShape.setTextDirection(TextShape.TextDirection orientation)