Table of Contents

Method GetOutlineRange

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

GetOutlineRange(Point)

Returns outline section, which represents text substituting outlined section and level of outline nesting at the specific position.

public virtual IOutlineRange GetOutlineRange(Point position)

Parameters

position Point

Specifies position in the text.

Returns

IOutlineRange

IOutlineRange object that represents outline section.

GetOutlineRange(int)

Returns outline section, which represents text substituting outlined section and level of outline nesting at the specific line.

public virtual IOutlineRange GetOutlineRange(int index)

Parameters

index int

Index of line in the text.

Returns

IOutlineRange

IOutlineRange object that represents outline section.