Method SetLineStyle
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
position
PointPosition of the line style.
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(int, int, int)
Sets given line style to the specified line.
public virtual 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(IRange, int, int)
Sets given line style to the specified line.
public virtual 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, int, int)
Sets given line style to the specified line.
public virtual 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(int, int)
Sets given line style to the specified line.
public virtual void SetLineStyle(int index, int style)