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.TextDirectionHSLFTextShape. getTextDirection()Methods in org.apache.poi.hslf.usermodel with parameters of type TextShape.TextDirection Modifier and Type Method Description voidHSLFTextShape. 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.TextDirectionTextShape. getTextDirection()static TextShape.TextDirectionTextShape.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 voidTextShape. 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.TextDirectionXSLFTableCell. getTextDirection()TextShape.TextDirectionXSLFTextShape. getTextDirection()Methods in org.apache.poi.xslf.usermodel with parameters of type TextShape.TextDirection Modifier and Type Method Description voidXSLFTableCell. setTextDirection(TextShape.TextDirection orientation)voidXSLFTextShape. setTextDirection(TextShape.TextDirection orientation)
-