Method GetTabString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetTabString(string)
When implemented by a class, converts all tab character to spaces depending on ITabulation.TabStops
property.
string GetTabString(string s)
Parameters
s
stringText to convert.
Returns
- string
Tabbed string.
GetTabString(string, ITextUndoList)
When implemented by a class, converts all tab character to spaces depending on ITabulation.TabStops
property.
void GetTabString(string s, ITextUndoList operations)
Parameters
s
stringText to convert.
operations
ITextUndoListList containing insertion or deletion of text fragments(spaces or tabs).