Package | Description |
---|---|
org.apache.poi.ss.format |
This package contains classes that implement cell formatting
|
Modifier and Type | Method and Description |
---|---|
static CellFormatType |
CellFormatType.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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
CellNumberPartHandler.handlePart(java.util.regex.Matcher m,
java.lang.String part,
CellFormatType type,
java.lang.StringBuffer descBuf) |
static java.lang.StringBuffer |
CellFormatPart.parseFormat(java.lang.String fdesc,
CellFormatType type,
org.apache.poi.ss.format.CellFormatPart.PartHandler partHandler) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.