Uses of Class
com.jxcell.NumberFormat

Packages that use NumberFormat
com.jxcell   
 

Uses of NumberFormat in com.jxcell
 

Methods in com.jxcell that return NumberFormat
 NumberFormat View.getFirstNumberFormat()
          Returns a NumberFormat object representing the first entry in the workbook's number format table.
 NumberFormat View.getNextNumberFormat(NumberFormat numberformat)
          Returns a NumberFormat object containing the next entry in the workbook's number format table.
 

Methods in com.jxcell with parameters of type NumberFormat
 NumberFormat View.getNextNumberFormat(NumberFormat numberformat)
          Returns a NumberFormat object containing the next entry in the workbook's number format table.