Uses of Class
com.acesoft.aceoffix.XLSBorderWeight

Uses of XLSBorderWeight in com.acesoft.aceoffix
 

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

Methods in com.acesoft.aceoffix with parameters of type XLSBorderWeight
 void ExcelResBorder.setWeight(XLSBorderWeight value)
          Sets the weight of the border.