Method GetTabString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
GetTabString(ref string, ref StringItemInfo[], bool, ITextUndoList)
When implemented by a class, converts all tab character to spaces depending on TabStops property.
void GetTabString(ref string str, ref StringItemInfo[] data, bool needData, ITextUndoList operations)
Parameters
strstringText to convert.
dataStringItemInfo[]Color data of specified string.
needDataboolIndicates whether method should return color data.
operationsITextUndoListList containing insertion or deletion of text fragments(spaces or tabs).