Creates a new clip using content from the specified string value.
A string in the MICD clip format, or null
for an empty clip.
A string representation of the clip content in the MICD clip format. The clip can be recreated by passing this value to the Clip constructor.
Inserts the clip content into the specified editor at the caret position, if possible.
The editor to insert the clip into.
Returns whether the clip can be inserted into the specified editor at the editor's current caret position.
The editor that the clip would be inserted into.
Returns true if the clip can be inserted.
Creates a new clip from the contents of the specified editor. The contents of the editor are not changed.
The editor instance to make a clip from.
A string describing the range the clip should cover; otherwise the editor's current selection is used.
Creates a new clip from the contents of the specified editor. The contents of the editor are not changed.
The editor instance to make a clip from.
The line number of the editor document that the clip should cover, starting from 0.
This API is still under development and is subject to change. Copyright © Math I Can Do Solutions Incorporated and/or its licensors.
A selection of math content that can be inserted into an Editor.
Clips can be converted to and from strings, making it easy to transfer them from one editor to another, even across windows, devices, or editing sessions.
Example: Capture a clip in one editor and paste it in another