Uses of Class
com.acesoft.aceoffix.XLSBorderLineStyle

Uses of XLSBorderLineStyle in com.acesoft.aceoffix
 

Methods in com.acesoft.aceoffix that return XLSBorderLineStyle
 XLSBorderLineStyle ExcelResBorder.getLineStyle()
          Gets the style of the border line.
static XLSBorderLineStyle XLSBorderLineStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XLSBorderLineStyle[] XLSBorderLineStyle.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 XLSBorderLineStyle
 void ExcelResBorder.setLineStyle(XLSBorderLineStyle value)
          Sets the style of the border line.