Package io.keikaiex.model.sys
Class FormatEngineEx
- java.lang.Object
-
- io.keikai.model.impl.sys.FormatEngineImpl
-
- io.keikaiex.model.sys.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.CellFormatgetCellFormat(java.lang.String formatStr, java.util.Locale locale)io.keikai.model.STableStylegetExistTableStyle(io.keikai.model.SBook book, java.lang.String name)protected java.lang.StringgetFormulaEditText(io.keikai.model.SCell cell)io.keikai.model.STableStylegetTableStyle(io.keikai.model.SBook book, java.lang.String name)
-
-
-
Method Detail
-
getCellFormat
protected org.apache.poi.ss.format.CellFormat getCellFormat(java.lang.String formatStr, java.util.Locale locale)- Overrides:
getCellFormatin classio.keikai.model.impl.sys.FormatEngineImpl
-
getFormulaEditText
protected java.lang.String getFormulaEditText(io.keikai.model.SCell cell)
- Overrides:
getFormulaEditTextin classio.keikai.model.impl.sys.FormatEngineImpl
-
getTableStyle
public io.keikai.model.STableStyle getTableStyle(io.keikai.model.SBook book, java.lang.String name)- Specified by:
getTableStylein interfaceio.keikai.model.sys.format.FormatEngine- Overrides:
getTableStylein classio.keikai.model.impl.sys.FormatEngineImpl
-
getExistTableStyle
public io.keikai.model.STableStyle getExistTableStyle(io.keikai.model.SBook book, java.lang.String name)- Specified by:
getExistTableStylein interfaceio.keikai.model.sys.format.FormatEngine- Overrides:
getExistTableStylein classio.keikai.model.impl.sys.FormatEngineImpl
-
-