Interface ITextEngineWrapper
Package: @aurigma/design-atoms-text
Properties
colorPalette
Color palette.
Declaration
colorPalette: IColorPalette;
Property Value
Type | Description |
---|---|
IColor |
Color palette. |
cursorHandler
Handler for performing simple operations with the cursor.
Declaration
cursorHandler: ICursorHandler;
Property Value
Type | Description |
---|---|
ICursor |
Handler for performing simple operations with the cursor. |
metadataHandler
Handler for performing simple operations with text metadata.
Declaration
metadataHandler: IMetadataHandler;
Property Value
Type | Description |
---|---|
IMetadata |
Handler for performing simple operations with text metadata. |
selectionHandler
Handler for performing simple operations with text selection.
Declaration
selectionHandler: ISelectionHandler;
Property Value
Type | Description |
---|---|
ISelection |
Handler for performing simple operations with text selection. |
styleHandler
Handler for performing simple operations with paragraph and character styles.
Declaration
styleHandler: IStyleHandler;
Property Value
Type | Description |
---|---|
IStyle |
Handler for performing simple operations with paragraph and character styles. |
textHandler
Handler for performing simple operations with text content.
Declaration
textHandler: ITextHandler;
Property Value
Type | Description |
---|---|
IText |
Handler for performing simple operations with text content. |
undoRedoHandler
Handler for performing operations with redoing and undoing of actions.
Declaration
undoRedoHandler: IUndoRedoHandler;
Property Value
Type | Description |
---|---|
IUndo |
Handler for performing operations with redoing and undoing of actions. |