Table of Contents

Constructor OutlineRange

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

OutlineRange()

Initializes a new instance of the OutlineRange class with default settings.

public OutlineRange()

OutlineRange(Point, Point, int, string)

Initializes a new instance of the OutlineRange class with specified parameters.

public OutlineRange(Point start, Point end, int level, string text)

Parameters

start Point

Specifies start position of the text to outline.

end Point

Specifies end position of the text to outline.

level int

Specifies level of outline nesting for new instance.

text string

Specifies text substituting collapsed outline section.

OutlineRange(Point, Point, int, string, bool)

Initializes a new instance of the OutlineRange class with specified parameters.

public OutlineRange(Point start, Point end, int level, string text, bool visible)

Parameters

start Point

Specifies start position of the text to outline.

end Point

Specifies end position of the text to outline.

level int

Specifies level of outline nesting for new instance.

text string

Specifies text substituting collapsed outline section.

visible bool

Indicates whether this new instance is visible (expanded).