public class FormatEngineEx extends FormatEngineImpl
| Constructor and Description |
|---|
FormatEngineEx() |
| Modifier and Type | Method and 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.
|
STableStyle |
getTableStyle(String name)
Deprecated.
|
format, format, getCellWidth256, getDateTimeString, getEditText, getFormat, getLocalizedFormatprotected CellFormat getCellFormat(String formatStr, Locale locale)
getCellFormat in class FormatEngineImplprotected String getFormulaEditText(SCell cell)
getFormulaEditText in class FormatEngineImpl@Deprecated public STableStyle getTableStyle(String name)
FormatEnginegetTableStyle in interface FormatEnginegetTableStyle in class FormatEngineImplpublic STableStyle getTableStyle(SBook book, String name)
FormatEnginegetTableStyle in interface FormatEnginegetTableStyle in class FormatEngineImplpublic STableStyle getExistTableStyle(SBook book, String name)
FormatEnginegetExistTableStyle in interface FormatEnginegetExistTableStyle in class FormatEngineImplCopyright © 2020. All rights reserved.