TextTabStopCollection

TextTabStopCollection class

Représente la liste de tous les taquets de tabulation.

public class TextTabStopCollection : CollectionBase<TextTabStop>

Constructeurs

NomLa description
TextTabStopCollection()Default_Constructor

Propriétés

NomLa description
Capacity { get; set; }
Count { get; }
Item { get; }ObtientTextTabStop par l’index.
Item { get; set; }

Méthodes

NomLa description
Add(TextTabAlignmentType, double)Ajoute un taquet de tabulation.
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)

Voir également