Table of Contents

Method Insert

Namespace
Terminal.Gui.Editor.Document
Assembly
Terminal.Gui.Editor.dll

Insert(int, string)

public void Insert(int offset, string text)

Parameters

offset int
text string

Insert(int, ITextSource)

public void Insert(int offset, ITextSource text)

Parameters

offset int
text ITextSource

Insert(int, string, AnchorMovementType)

public void Insert(int offset, string text, AnchorMovementType defaultAnchorMovementType)

Parameters

offset int
text string
defaultAnchorMovementType AnchorMovementType

Insert(int, ITextSource, AnchorMovementType)

public void Insert(int offset, ITextSource text, AnchorMovementType defaultAnchorMovementType)

Parameters

offset int
text ITextSource
defaultAnchorMovementType AnchorMovementType