Package org.apache.poi.ss.format
Class CellNumberPartHandler
java.lang.Object
org.apache.poi.ss.format.CellNumberPartHandler
Internal helper class for CellNumberFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.poi.ss.format.CellNumberFormatter.Special
org.apache.poi.ss.format.CellNumberFormatter.Special
org.apache.poi.ss.format.CellNumberFormatter.Special
double
getScale()
org.apache.poi.ss.format.CellNumberFormatter.Special
getSlash()
List
<org.apache.poi.ss.format.CellNumberFormatter.Special> handlePart
(Matcher m, String part, CellFormatType type, StringBuffer descBuf) boolean
-
Constructor Details
-
CellNumberPartHandler
public CellNumberPartHandler()
-
-
Method Details
-
handlePart
-
getScale
public double getScale() -
getDecimalPoint
public org.apache.poi.ss.format.CellNumberFormatter.Special getDecimalPoint() -
getSlash
public org.apache.poi.ss.format.CellNumberFormatter.Special getSlash() -
getExponent
public org.apache.poi.ss.format.CellNumberFormatter.Special getExponent() -
getNumerator
public org.apache.poi.ss.format.CellNumberFormatter.Special getNumerator() -
getSpecials
-
isImproperFraction
public boolean isImproperFraction()
-