TextDocumentControllerInsertSourceTextAtCaretPosition Method |
Inserts the provided markdown source text at the current caret position.
Namespace: Altaxo.Gui.Text.ViewingAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void InsertSourceTextAtCaretPosition(
string text
)
Parameters
- text String
- The text to insert.
See Also