Click or drag to resize

ITextDocumentViewInsertSourceTextAtCaretPosition Method

Inserts the provided markdown source text at the current caret position.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void InsertSourceTextAtCaretPosition(
	string text
)

Parameters

text  String
The text to insert.
See Also