Uses of Class
com.acesoft.aceoffix.excelwriter.XlVAlign

Packages that use XlVAlign
com.acesoft.aceoffix.excelwriter   
 

Uses of XlVAlign in com.acesoft.aceoffix.excelwriter
 

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

Methods in com.acesoft.aceoffix.excelwriter with parameters of type XlVAlign
 void Table.setVerticalAlignment(XlVAlign value)
          Sets the vertical alignment of the table.
 void Cell.setVerticalAlignment(XlVAlign value)
          Sets the vertical alignment of the cell.