Uses of Class
com.acesoft.aceoffix.wordwriter.WdCellVerticalAlignment

Packages that use WdCellVerticalAlignment
com.acesoft.aceoffix.wordwriter   
 

Uses of WdCellVerticalAlignment in com.acesoft.aceoffix.wordwriter
 

Methods in com.acesoft.aceoffix.wordwriter that return WdCellVerticalAlignment
static WdCellVerticalAlignment WdCellVerticalAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WdCellVerticalAlignment[] WdCellVerticalAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.acesoft.aceoffix.wordwriter with parameters of type WdCellVerticalAlignment
 void Cell.setVerticalAlignment(WdCellVerticalAlignment value)
          Sets the vertical alignment of text in cell.