Uses of Class
ch.rabanti.picoxlsx4j.style.NumberFormat
-
Packages that use NumberFormat Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of NumberFormat in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return NumberFormat Modifier and Type Method Description NumberFormat
NumberFormat. copy()
Method to copy the current object to a new oneNumberFormat
Style. getNumberFormat()
Gets the number format component of the styleNumberFormat
StyleManager. getNumberFormatByHash(int hash)
Gets a number format by its hashNumberFormat[]
StyleManager. getNumberFormats()
Gets all number formats of the style managerMethods in ch.rabanti.picoxlsx4j.style with parameters of type NumberFormat Modifier and Type Method Description void
Style. setNumberFormat(NumberFormat numberFormatRef)
Sets the number format component of the style
-