Uses of Class
org.apache.poi.ss.format.CellFormatType
-
Packages that use CellFormatType Package Description org.apache.poi.ss.format This package contains classes that implement cell formatting -
-
Uses of CellFormatType in org.apache.poi.ss.format
Methods in org.apache.poi.ss.format that return CellFormatType Modifier and Type Method Description static CellFormatTypeCellFormatType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CellFormatType[]CellFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.format with parameters of type CellFormatType Modifier and Type Method Description java.lang.StringCellNumberPartHandler. handlePart(java.util.regex.Matcher m, java.lang.String part, CellFormatType type, java.lang.StringBuffer descBuf)static java.lang.StringBufferCellFormatPart. parseFormat(java.lang.String fdesc, CellFormatType type, org.apache.poi.ss.format.CellFormatPart.PartHandler partHandler)
-