Table of Contents

Method GetLineStyles

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.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 int

The 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.