Interface ILexStyles
Represents properties and methods to provide an indexed access to individual ILexStyle objects.
public interface ILexStyles : IList<ILexStyle>, ICollection<ILexStyle>, IEnumerable<ILexStyle>, IEnumerable
- Extension Methods
Methods
- AddLexStyle()
When implemented by a class, adds a new item to the specified position within the
ILexStylescollection.
- Assign(ILexStyles)
When implemented by a class, assigns most relevant properties from another
ILexStylesobject.
- FindLexStyle(string)
When implemented by a class, finds
ILexStyleby its name.
- InsertLexStyle(int)
When implemented by a class, inserts a new item to the specified position within the
ILexStylescollection.