Method GetTabString
GetTabString(string)
When implemented by a class, converts all tab character to spaces depending on ITabulation.TabStops property.
string GetTabString(string s)
Parameters
sstringText 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
sstringText to convert.
operationsITextUndoListList containing insertion or deletion of text fragments(spaces or tabs).