Uses of Enum Class
org.apache.poi.ss.format.CellFormatType
Packages that use CellFormatType
Package
Description
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 CellFormatTypeModifier and TypeMethodDescriptionstatic CellFormatType
Returns the enum constant of this class with the specified name.static CellFormatType[]
CellFormatType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.format with parameters of type CellFormatTypeModifier and TypeMethodDescriptionCellNumberPartHandler.handlePart
(Matcher m, String part, CellFormatType type, StringBuffer descBuf) static StringBuffer
CellFormatPart.parseFormat
(String fdesc, CellFormatType type, org.apache.poi.ss.format.CellFormatPart.PartHandler partHandler)