Class TextTabStopCollection

TextTabStopCollection class

Represents the list of all tab stops.

public class TextTabStopCollection : CollectionBase<TextTabStop>

Constructors

NameDescription
TextTabStopCollection()The default constructor.

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets TextTabStop by the index.
Item { get; set; }

Methods

NameDescription
Add(TextTabAlignmentType, double)Adds a tab stop.
BinarySearch(TextTabStop)
BinarySearch(TextTabStop, IComparer<TextTabStop>)
BinarySearch(int, int, TextTabStop, IComparer<TextTabStop>)
Clear()
Contains(TextTabStop)
CopyTo(TextTabStop[])
CopyTo(TextTabStop[], int)
CopyTo(int, TextTabStop[], int, int)
Exists(Predicate<TextTabStop>)
Find(Predicate<TextTabStop>)
FindAll(Predicate<TextTabStop>)
FindIndex(Predicate<TextTabStop>)
FindIndex(int, Predicate<TextTabStop>)
FindIndex(int, int, Predicate<TextTabStop>)
FindLast(Predicate<TextTabStop>)
FindLastIndex(Predicate<TextTabStop>)
FindLastIndex(int, Predicate<TextTabStop>)
FindLastIndex(int, int, Predicate<TextTabStop>)
GetEnumerator()
IndexOf(TextTabStop)
IndexOf(TextTabStop, int)
IndexOf(TextTabStop, int, int)
LastIndexOf(TextTabStop)
LastIndexOf(TextTabStop, int)
LastIndexOf(TextTabStop, int, int)
RemoveAt(int)

See Also