Table of Contents

Method SetLineStyle

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

SetLineStyle(int, int)

When implemented by a class, sets given line style to the specified line.

void SetLineStyle(int index, int style)

Parameters

index int

Index of the text line.

style int

Index of the line style.

SetLineStyle(int, int, int)

When implemented by a class, sets given line style to the specified line.

void SetLineStyle(int line, int priority, int style)

Parameters

line int

Index of the text line.

priority int

Priority of the line style. This parameter is useful only for line styles having image indexes.

style int

Index of the line style.

SetLineStyle(Point, int, int)

When implemented by a class, sets given line style to the specified line.

void SetLineStyle(Point position, int priority, int style)

Parameters

position Point

Position of the line style.

priority int

Priority of the line style. This parameter is useful only for line styles having image indexes.

style int

Index of the line style.

SetLineStyle(IRange, int, int)

When implemented by a class, sets given line style to the specified line.

void SetLineStyle(IRange range, int priority, int style)

Parameters

range IRange

Range where line style is defined.

priority int

Priority of the line style. This parameter is useful only for line styles having image indexes.

style int

Index of the line style.

SetLineStyle(Point, IRange, int, int)

Sets given line style to the specified line.

void SetLineStyle(Point position, IRange range, int priority, int style)

Parameters

position Point

Position of the line style.

range IRange

Range where line style is defined.

priority int

Priority of the line style. This parameter is useful only for line styles having image indexes.

style int

Index of the line style.