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

Packages that use XlBorderWeight
com.acesoft.aceoffix.excelwriter   
 

Uses of XlBorderWeight in com.acesoft.aceoffix.excelwriter
 

Methods in com.acesoft.aceoffix.excelwriter that return XlBorderWeight
static XlBorderWeight XlBorderWeight.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XlBorderWeight[] XlBorderWeight.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 XlBorderWeight
 void Border.setWeight(XlBorderWeight value)
          Sets the weight of the border.