Uses of Class
org.apache.poi.xslf.usermodel.VerticalAlignment

Packages that use VerticalAlignment
org.apache.poi.xslf.usermodel   
 

Uses of VerticalAlignment in org.apache.poi.xslf.usermodel
 

Fields in org.apache.poi.xslf.usermodel declared as VerticalAlignment
static VerticalAlignment VerticalAlignment.BOTTOM
          Anchor the text at the bottom of the bounding rectangle.
static VerticalAlignment VerticalAlignment.DISTRIBUTED
          Anchor the text so that it is distributed vertically.
static VerticalAlignment VerticalAlignment.JUSTIFIED
          Anchor the text so that it is justified vertically.
static VerticalAlignment VerticalAlignment.MIDDLE
          Anchor the text at the middle of the bounding rectangle
static VerticalAlignment VerticalAlignment.TOP
          Anchor the text at the top of the bounding rectangle
 

Methods in org.apache.poi.xslf.usermodel that return VerticalAlignment
 VerticalAlignment XSLFTableCell.getVerticalAlignment()
           
 VerticalAlignment XSLFTextShape.getVerticalAlignment()
          Returns the type of vertical alignment for the text.
static VerticalAlignment[] VerticalAlignment.values()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type VerticalAlignment
 void XSLFTableCell.setVerticalAlignment(VerticalAlignment anchor)
           
 void XSLFTextShape.setVerticalAlignment(VerticalAlignment anchor)
          Sets the type of vertical alignment for the text.