public class FormatEngineEx extends FormatEngineImpl
Constructor and Description |
---|
FormatEngineEx() |
Modifier and Type | Method and Description |
---|---|
protected CellFormat |
getCellFormat(java.lang.String formatStr,
java.util.Locale locale) |
STableStyle |
getExistTableStyle(SBook book,
java.lang.String name)
Returns TableStyle of the specified name of the specified book if exists;
or return null if not exists.
|
protected java.lang.String |
getFormulaEditText(SCell cell) |
STableStyle |
getTableStyle(SBook book,
java.lang.String name)
Returns TableStyle of the specified name of the specified book.
|
STableStyle |
getTableStyle(java.lang.String name)
Deprecated.
|
format, format, getCellWidth256, getDateTimeString, getEditText, getFormat, getLocalizedFormat
protected CellFormat getCellFormat(java.lang.String formatStr, java.util.Locale locale)
getCellFormat
in class FormatEngineImpl
protected java.lang.String getFormulaEditText(SCell cell)
getFormulaEditText
in class FormatEngineImpl
@Deprecated public STableStyle getTableStyle(java.lang.String name)
FormatEngine
getTableStyle
in interface FormatEngine
getTableStyle
in class FormatEngineImpl
public STableStyle getTableStyle(SBook book, java.lang.String name)
FormatEngine
getTableStyle
in interface FormatEngine
getTableStyle
in class FormatEngineImpl
public STableStyle getExistTableStyle(SBook book, java.lang.String name)
FormatEngine
getExistTableStyle
in interface FormatEngine
getExistTableStyle
in class FormatEngineImpl
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.