Uses of Class
org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign

Packages that use XWPFTableCell.XWPFVertAlign
org.apache.poi.xwpf.usermodel   
 

Uses of XWPFTableCell.XWPFVertAlign in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as XWPFTableCell.XWPFVertAlign
static XWPFTableCell.XWPFVertAlign XWPFTableCell.XWPFVertAlign.BOTH
           
static XWPFTableCell.XWPFVertAlign XWPFTableCell.XWPFVertAlign.BOTTOM
           
static XWPFTableCell.XWPFVertAlign XWPFTableCell.XWPFVertAlign.CENTER
           
static XWPFTableCell.XWPFVertAlign XWPFTableCell.XWPFVertAlign.TOP
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFTableCell.XWPFVertAlign
 XWPFTableCell.XWPFVertAlign XWPFTableCell.getVerticalAlignment()
          Get the vertical alignment of the cell.
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFTableCell.XWPFVertAlign
 void XWPFTableCell.setVerticalAlignment(XWPFTableCell.XWPFVertAlign vAlign)
          Set the vertical alignment of the cell.