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.FormatNumber
NumberFormat. getNumber()
Gets the format number.static NumberFormat.FormatNumber
NumberFormat.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 void
NumberFormat. setNumber(NumberFormat.FormatNumber number)
Sets the format number.
-