Method SetLineStyle
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.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
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
intIndex of the text line.
priority
intPriority of the line style. This parameter is useful only for line styles having image indexes.
style
intIndex 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
PointPosition of the line style.
priority
intPriority of the line style. This parameter is useful only for line styles having image indexes.
style
intIndex 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
IRangeRange where line style is defined.
priority
intPriority of the line style. This parameter is useful only for line styles having image indexes.
style
intIndex 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)