Method GetLineStyles
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetLineStyles(int, IList<ILineStyle>)
When implemented by a class, finds all linestyles in the ILineStyles
collection located inside specified line.
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.