Method GetLineStyles
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetLineStyles(int, IList<ILineStyle>)
Finds all linestyles in the LineStyles
collection located inside specified line.
public virtual int GetLineStyles(int line, IList<ILineStyle> list)
Parameters
line
intThe index of the line to find.
list
IList<ILineStyle>Represents the collection of the bookmarks located within the specified range.
Returns
- int
The number of the linestyles located within the specified range.