Uses of Enum Class
ch.rabanti.nanoxlsx4j.styles.NumberFormat.FormatNumber
Packages that use NumberFormat.FormatNumber
-
Uses of NumberFormat.FormatNumber in ch.rabanti.nanoxlsx4j.styles
Fields in ch.rabanti.nanoxlsx4j.styles declared as NumberFormat.FormatNumberModifier and TypeFieldDescriptionstatic final NumberFormat.FormatNumberNumberFormat.DEFAULT_NUMBERDefault format number as constantMethods in ch.rabanti.nanoxlsx4j.styles that return NumberFormat.FormatNumberModifier and TypeMethodDescriptionNumberFormat.NumberFormatEvaluation.getFormatNumber()Gets the evaluated FormatNumberFormat.getNumber()Gets the format number.static NumberFormat.FormatNumberReturns the enum constant of this class with the specified name.static NumberFormat.FormatNumber[]NumberFormat.FormatNumber.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j.styles with parameters of type NumberFormat.FormatNumberModifier and TypeMethodDescriptionstatic booleanNumberFormat.isDateFormat(NumberFormat.FormatNumber number) Determines whether a defined style format number represents a date (or date and time).
Note: Custom number formats (higher than 164), as well as not officially defined numbers (below 164) are currently not considered during the check and will return falsestatic booleanNumberFormat.isTimeFormat(NumberFormat.FormatNumber number) Determines whether a defined style format number represents a time.
Note: Custom number formats (higher than 164), as well as not officially defined numbers (below 164) are currently not considered during the check and will return falsevoidNumberFormat.NumberFormatEvaluation.setFormat(NumberFormat.FormatNumber format) Sets the evaluated FormatvoidNumberFormat.setNumber(NumberFormat.FormatNumber number) Sets the format number.