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

Packages that use XlHAlign
com.acesoft.aceoffix.excelwriter   
 

Uses of XlHAlign in com.acesoft.aceoffix.excelwriter
 

Methods in com.acesoft.aceoffix.excelwriter that return XlHAlign
static XlHAlign XlHAlign.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XlHAlign[] XlHAlign.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 XlHAlign
 void Table.setHorizontalAlignment(XlHAlign value)
          Sets the horizontal alignment of the table.
 void Cell.setHorizontalAlignment(XlHAlign value)
          Sets the horizontal alignment of the cell.