Table of Contents

Method GetOutlineRange

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

GetOutlineRange(Point)

When implemented by a class, returns outline section, which represents text substituting outlined section and level of outline nesting at the specific position.

IOutlineRange GetOutlineRange(Point position)

Parameters

position Point

Specifies position in the text.

Returns

IOutlineRange

IOutlineRange object that represents outline section.

GetOutlineRange(int)

When implemented by a class, returns outline section, which represents text substituting outlined section and level of outline nesting at the specific line.

IOutlineRange GetOutlineRange(int index)

Parameters

index int

Index of line in the text.

Returns

IOutlineRange

IOutlineRange object that represents outline section.