Skip to main content

ITextEngineWrapper

Interfaces

ITextEngineWrapper

Extends

Properties

colorPalette
colorPalette: IColorPalette;

Color palette.

cursorHandler
cursorHandler: ICursorHandler;

Handler for performing simple operations with the cursor.

metadataHandler
metadataHandler: IMetadataHandler;

Handler for performing simple operations with text metadata.

selectionHandler
selectionHandler: ISelectionHandler;

Handler for performing simple operations with text selection.

styleHandler
styleHandler: IStyleHandler;

Handler for performing simple operations with paragraph and character styles.

textHandler
textHandler: ITextHandler;

Handler for performing simple operations with text content.

textMeasurer
textMeasurer: ITextMeasurer;

Handler for measuring text.

Inherited from

ITextMeasurerHolder.textMeasurer

undoRedoHandler
undoRedoHandler: IUndoRedoHandler;

Handler for performing operations with redoing and undoing of actions.


ITextMeasurerHolder

Extended by

Properties

textMeasurer
textMeasurer: ITextMeasurer;

Handler for measuring text.

Was this page helpful?