Package io.keikaiex.model.sys
Class FormatEngineEx
- java.lang.Object
-
- io.keikai.model.impl.sys.FormatEngineImpl
-
- io.keikaiex.model.sys.FormatEngineEx
-
- All Implemented Interfaces:
FormatEngine
public class FormatEngineEx extends 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 CellFormat
getCellFormat(String formatStr, Locale locale)
STableStyle
getExistTableStyle(SBook book, String name)
Returns TableStyle of the specified name of the specified book if exists; or return null if not exists.protected String
getFormulaEditText(SCell cell)
STableStyle
getTableStyle(SBook book, String name)
Returns TableStyle of the specified name of the specified book.-
Methods inherited from class io.keikai.model.impl.sys.FormatEngineImpl
format, format, getCellWidth256, getDateTimeString, getEditText, getFormat, getLocalizedFormat
-
-
-
-
Method Detail
-
getCellFormat
protected CellFormat getCellFormat(String formatStr, Locale locale)
- Overrides:
getCellFormat
in classFormatEngineImpl
-
getFormulaEditText
protected String getFormulaEditText(SCell cell)
- Overrides:
getFormulaEditText
in classFormatEngineImpl
-
getTableStyle
public STableStyle getTableStyle(SBook book, String name)
Description copied from interface:FormatEngine
Returns TableStyle of the specified name of the specified book.- Specified by:
getTableStyle
in interfaceFormatEngine
- Overrides:
getTableStyle
in classFormatEngineImpl
- Returns:
-
getExistTableStyle
public STableStyle getExistTableStyle(SBook book, String name)
Description copied from interface:FormatEngine
Returns TableStyle of the specified name of the specified book if exists; or return null if not exists.- Specified by:
getExistTableStyle
in interfaceFormatEngine
- Overrides:
getExistTableStyle
in classFormatEngineImpl
- Returns:
-
-