Uses of Enum Class
org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign
Packages that use XWPFTableCell.XWPFVertAlign
-
Uses of XWPFTableCell.XWPFVertAlign in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFTableCell.XWPFVertAlignModifier and TypeMethodDescriptionXWPFTableCell.getVerticalAlignment()Get the vertical alignment of the cell.static XWPFTableCell.XWPFVertAlignReturns the enum constant of this class with the specified name.static XWPFTableCell.XWPFVertAlign[]XWPFTableCell.XWPFVertAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFTableCell.XWPFVertAlignModifier and TypeMethodDescriptionvoidXWPFTableCell.setVerticalAlignment(XWPFTableCell.XWPFVertAlign vAlign) Set the vertical alignment of the cell.