var instance = new GC.Spread.Sheets.CellTypes.Base();
function Base;
var instance = new GC.Spread.Sheets.CellTypes.Base();
function Base;
Object
GC.Spread.Sheets.CellTypes.Base
GC.Spread.Sheets.CellTypes.Button
GC.Spread.Sheets.CellTypes.CheckBox
GC.Spread.Sheets.CellTypes.ColumnHeader
GC.Spread.Sheets.CellTypes.ComboBox
GC.Spread.Sheets.CellTypes.Corner
GC.Spread.Sheets.CellTypes.HyperLink
GC.Spread.Sheets.CellTypes.RowHeader
GC.Spread.Sheets.CellTypes.Text
Name | Description | |
---|---|---|
Base Constructor | Represents the base class for the other cell type classes. |
Name | Description | |
---|---|---|
activateEditor | Activates the editor, including setting properties or attributes for the editor and binding events for the editor. | |
createEditorElement | Creates a DOM element then returns it. | |
deactivateEditor | Deactivates the editor, such as unbinding events for editor. | |
focus | Focuses the editor DOM element. | |
format | Formats a value with the specified format to a string. | |
fromJSON | Loads the object state from the specified JSON string. | |
getAutoFitHeight | Gets a cell's height that can be used to handle the row's automatic fit. | |
getAutoFitWidth | Gets a cell's width that can be used to handle the column's automatic fit. | |
getEditorValue | Gets the editor's value. | |
getHitInfo | Gets the cell type's hit information. | |
isEditingValueChanged | Whether the editing value has changed. | |
isImeAware | Whether this cell type is aware of IME. | |
isReservedKey | Whether the cell type handles the keyboard event itself. | |
paint | Paints a cell on the canvas. | |
paintContent | Paints the cell content area on the canvas. | |
parse | Parses the text with the specified format string to an object. | |
processKeyDown | Processes key down in display mode. | |
processKeyUp | Processes key up in display mode. | |
processMouseDown | Processes mouse down in display mode. | |
processMouseEnter | Processes mouse enter in display mode. | |
processMouseLeave | Processes mouse leave in display mode. | |
processMouseMove | Processes mouse move in display mode. | |
processMouseUp | Processes mouse up in display mode. | |
selectAll | Selects all the text in the editor DOM element. | |
setEditorValue | Sets the editor's value. | |
toJSON | Saves the object state to a JSON string. | |
updateEditor | Updates the editor's size. | |
updateEditorContainer | Updates the cell wrapper element size. | |
updateImeMode | Updates the editor's ime-mode. |