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
- Since:
- 3.5.0
- Author:
- henri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExistTableStyle(SBook book, String name) Returns TableStyle of the specified name of the specified book if exists; or return null if not exists.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, getFormulaEditText, getLocalizedFormat
-
Constructor Details
-
FormatEngineEx
public FormatEngineEx()
-
-
Method Details
-
getTableStyle
Description copied from interface:FormatEngineReturns TableStyle of the specified name of the specified book.- Specified by:
getTableStylein interfaceFormatEngine- Overrides:
getTableStylein classFormatEngineImpl- Returns:
-
getExistTableStyle
Description copied from interface:FormatEngineReturns TableStyle of the specified name of the specified book if exists; or return null if not exists.- Specified by:
getExistTableStylein interfaceFormatEngine- Overrides:
getExistTableStylein classFormatEngineImpl- Returns:
-