Method SetLineStyle
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
SetLineStyle(Point, IRange, int, int)
Sets given line style to the specified line.
public virtual void SetLineStyle(Point position, IRange range, int priority, int style)
Parameters
positionPointPosition of the line style.
rangeIRangeRange where line style is defined.
priorityintPriority of the line style. This parameter is useful only for line styles having image indexes.
styleintIndex of the line style.
SetLineStyle(int, int, int)
Sets given line style to the specified line.
public virtual void SetLineStyle(int line, int priority, int style)
Parameters
lineintIndex of the text line.
priorityintPriority of the line style. This parameter is useful only for line styles having image indexes.
styleintIndex of the line style.
SetLineStyle(IRange, int, int)
Sets given line style to the specified line.
public virtual void SetLineStyle(IRange range, int priority, int style)
Parameters
rangeIRangeRange where line style is defined.
priorityintPriority of the line style. This parameter is useful only for line styles having image indexes.
styleintIndex of the line style.
SetLineStyle(Point, int, int)
Sets given line style to the specified line.
public virtual void SetLineStyle(Point position, int priority, int style)
Parameters
positionPointPosition of the line style.
priorityintPriority of the line style. This parameter is useful only for line styles having image indexes.
styleintIndex of the line style.
SetLineStyle(int, int)
Sets given line style to the specified line.
public virtual void SetLineStyle(int index, int style)