evCreate API 5.7 Help

In-line Text Editing

The In-line Text Editing subsection of the Text section includes functions to edit text in line.

edit namespace

The In-line Text Editing subsection of the Text Object evCreate API section is accessed with the edit namespace inside the text namespace:

evCreate.object.text.edit.Function()

Functions

Activate(obj: EvItem): Promise<void>

A function to activate in-line text editing in a given text item.

Deactivate(): Promise<void>

A function to deactivate in-line text editing.

GetSelection(): Promise<EvCharSpan>

A function to get a range that specifies characters selected in the text edited in line.

SetSelection(span?: EvCharSpan): Promise<void>

A function to select characters within a given range in the text edited in line.

17 April 2025