Table of Contents

Method GetOutlineRanges

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetOutlineRanges(IList<IRange>, int)

When implemented by a class, fills list specified by ranges parameter with all outline sections containing specific line.

int GetOutlineRanges(IList<IRange> ranges, int index)

Parameters

ranges IList<IRange>

Specifies list to fill.

index int

Specifies index of line in text coordinates.

Returns

int

Number of elements in the ranges collection.

GetOutlineRanges(IList<IRange>, Point)

When implemented by a class, fills list specified by ranges parameter with all outline sections containing specific position.

int GetOutlineRanges(IList<IRange> ranges, Point position)

Parameters

ranges IList<IRange>

Specifies list to fill.

position Point

Specifies position in the text.

Returns

int

Number of elements in the ranges collection.

GetOutlineRanges(IList<IRange>, Point, Point)

When implemented by a class, fills list specified by ranges parameter with all outline sections containing specific range.

int GetOutlineRanges(IList<IRange> ranges, Point startPoint, Point endPoint)

Parameters

ranges IList<IRange>

Specifies list to fill.

startPoint Point

Specifies start position in the text.

endPoint Point

Specifies end position in the text.

Returns

int

Number of elements in the ranges collection.

GetOutlineRanges(IList<IRange>)

When implemented by a class, fills list specified by ranges parameter with all existing outline sections.

int GetOutlineRanges(IList<IRange> ranges)

Parameters

ranges IList<IRange>

Specifies list to fill.

Returns

int

Number of elements in the ranges collection.