Uses of Class
ch.rabanti.picoxlsx4j.style.NumberFormat.FormatNumber
-
Packages that use NumberFormat.FormatNumber Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of NumberFormat.FormatNumber in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return NumberFormat.FormatNumber Modifier and Type Method Description NumberFormat.FormatNumberNumberFormat. getNumber()Gets the format number.static NumberFormat.FormatNumberNumberFormat.FormatNumber. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberFormat.FormatNumber[]NumberFormat.FormatNumber. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.rabanti.picoxlsx4j.style with parameters of type NumberFormat.FormatNumber Modifier and Type Method Description voidNumberFormat. setNumber(NumberFormat.FormatNumber number)Sets the format number.
-