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.FormatNumber
NumberFormat.DEFAULT_NUMBER
Default 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.FormatNumber
Returns 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 boolean
NumberFormat.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 boolean
NumberFormat.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 falsevoid
NumberFormat.NumberFormatEvaluation.setFormat
(NumberFormat.FormatNumber format) Sets the evaluated Formatvoid
NumberFormat.setNumber
(NumberFormat.FormatNumber number) Sets the format number.