Method SetLineStyle
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.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
- lineint
- Index of the text line. 
- priorityint
- Priority of the line style. This parameter is useful only for line styles having image indexes. 
- styleint
- 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
- positionPoint
- Position of the line style. 
- priorityint
- Priority of the line style. This parameter is useful only for line styles having image indexes. 
- styleint
- 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
- rangeIRange
- Range where line style is defined. 
- priorityint
- Priority of the line style. This parameter is useful only for line styles having image indexes. 
- styleint
- 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)