Class FormatEngineEx

  • All Implemented Interfaces:
    io.keikai.model.sys.format.FormatEngine

    public class FormatEngineEx
    extends io.keikai.model.impl.sys.FormatEngineImpl
    Since:
    3.5.0
    Author:
    henri
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatEngineEx()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.poi.ss.format.CellFormat getCellFormat​(java.lang.String formatStr, java.util.Locale locale)  
      io.keikai.model.STableStyle getExistTableStyle​(io.keikai.model.SBook book, java.lang.String name)  
      protected java.lang.String getFormulaEditText​(io.keikai.model.SCell cell)  
      io.keikai.model.STableStyle getTableStyle​(io.keikai.model.SBook book, java.lang.String name)  
      • Methods inherited from class io.keikai.model.impl.sys.FormatEngineImpl

        format, format, getCellWidth256, getDateTimeString, getEditText, getFormat, getLocalizedFormat
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FormatEngineEx

        public FormatEngineEx()
    • Method Detail

      • getCellFormat

        protected org.apache.poi.ss.format.CellFormat getCellFormat​(java.lang.String formatStr,
                                                                    java.util.Locale locale)
        Overrides:
        getCellFormat in class io.keikai.model.impl.sys.FormatEngineImpl
      • getFormulaEditText

        protected java.lang.String getFormulaEditText​(io.keikai.model.SCell cell)
        Overrides:
        getFormulaEditText in class io.keikai.model.impl.sys.FormatEngineImpl
      • getTableStyle

        public io.keikai.model.STableStyle getTableStyle​(io.keikai.model.SBook book,
                                                         java.lang.String name)
        Specified by:
        getTableStyle in interface io.keikai.model.sys.format.FormatEngine
        Overrides:
        getTableStyle in class io.keikai.model.impl.sys.FormatEngineImpl
      • getExistTableStyle

        public io.keikai.model.STableStyle getExistTableStyle​(io.keikai.model.SBook book,
                                                              java.lang.String name)
        Specified by:
        getExistTableStyle in interface io.keikai.model.sys.format.FormatEngine
        Overrides:
        getExistTableStyle in class io.keikai.model.impl.sys.FormatEngineImpl