Uses of Class
org.apache.poi.sl.usermodel.TextShape.TextDirection

Packages that use TextShape.TextDirection
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
 TextShape.TextDirection HSLFTextShape.getTextDirection()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type TextShape.TextDirection
 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
 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
 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
 TextShape.TextDirection XSLFTextShape.getTextDirection()
           
 TextShape.TextDirection XSLFTableCell.getTextDirection()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type TextShape.TextDirection
 void XSLFTextShape.setTextDirection(TextShape.TextDirection orientation)
           
 void XSLFTableCell.setTextDirection(TextShape.TextDirection orientation)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.