Interface ILineStyles
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents properties and methods for a collection that binds line styles to individual lines within Edit control content.
public interface ILineStyles : IList<ILineStyle>, ICollection<ILineStyle>, IEnumerable<ILineStyle>, IEnumerable
- Extension Methods
Methods
- Assign(ILineStyles)
When implemented by a class, copies the contents from another
ILineStyles
object.
- BlockDeleting(Rectangle)
When implemented by a class, removes all line styles within specified rectangle.
- GetLineStyle(int)
When implemented by a class, finds the first element in the line style collection located at the specified text line.
- GetLineStyle(int, int)
When implemented by a class, finds specific linestyle in the line style collection located at the specified text line.
- GetLineStyles(int, IList<ILineStyle>)
When implemented by a class, finds all linestyles in the
ILineStyles
collection located inside specified line.
- PositionChanged(int, int, int, int)
When implemented by a class, updates all line styles starting from specified position.
- RemoveLineStyle(int)
When implemented by a class, removes the first line style at the specified line.
- RemoveLineStyle(int, int)
When implemented by a class, removes the first line style at the specified line.
- SetLineStyle(IRange, int, int)
When implemented by a class, sets given line style to the specified line.
- SetLineStyle(Point, IRange, int, int)
Sets given line style to the specified line.
- SetLineStyle(Point, int, int)
When implemented by a class, sets given line style to the specified line.
- SetLineStyle(int, int)
When implemented by a class, sets given line style to the specified line.
- SetLineStyle(int, int, int)
When implemented by a class, sets given line style to the specified line.
- ToggleLineStyle(int, int)
When implemented by a class, sets or removes line style at the specified line.
- ToggleLineStyle(int, int, int)
When implemented by a class, sets or removes line style at the specified line.