Method SetLineStyle
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
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(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
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(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
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, IRange, int, int)
Sets given line style to the specified line.
void SetLineStyle(Point position, IRange range, int priority, int style)