Table of Contents

Method GetTabString

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetTabString(string)

Converts all tab character to spaces depending on ITabulation.TabStops property.

public virtual string GetTabString(string s)

Parameters

s string

Text to convert.

Returns

string

Tabbed string.

GetTabString(string, ITextUndoList)

Converts all tab character to spaces depending on ITabulation.TabStops property.

public virtual void GetTabString(string s, ITextUndoList operations)

Parameters

s string

Text to convert.

operations ITextUndoList

List containing insertion or deletion of text fragments(spaces or tabs).