Class CellNumberPartHandler


  • @Internal
    public class CellNumberPartHandler
    extends Object
    Internal helper class for CellNumberFormatter
    • Constructor Detail

      • CellNumberPartHandler

        public CellNumberPartHandler()
    • Method Detail

      • 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()