Package org.apache.poi.ss.format
Class CellNumberPartHandler
- java.lang.Object
-
- org.apache.poi.ss.format.CellNumberPartHandler
-
-
Constructor Summary
Constructors Constructor Description CellNumberPartHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.ss.format.CellNumberFormatter.Special
getDecimalPoint()
org.apache.poi.ss.format.CellNumberFormatter.Special
getExponent()
org.apache.poi.ss.format.CellNumberFormatter.Special
getNumerator()
double
getScale()
org.apache.poi.ss.format.CellNumberFormatter.Special
getSlash()
List<org.apache.poi.ss.format.CellNumberFormatter.Special>
getSpecials()
String
handlePart(Matcher m, String part, CellFormatType type, StringBuffer descBuf)
boolean
isImproperFraction()
-
-
-
Method Detail
-
handlePart
public String handlePart(Matcher m, String part, CellFormatType type, StringBuffer descBuf)
-
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
public List<org.apache.poi.ss.format.CellNumberFormatter.Special> getSpecials()
-
isImproperFraction
public boolean isImproperFraction()
-
-