TextTabStopCollection

TextTabStopCollection class

Representa la lista de todas las tabulaciones.

public class TextTabStopCollection : CollectionBase<TextTabStop>

Constructores

NombreDescripción
TextTabStopCollection()Constructor predeterminado

Propiedades

NombreDescripción
Capacity { get; set; }
Count { get; }
Item { get; }ObtieneTextTabStop por el índice.
Item { get; set; }

Métodos

NombreDescripción
Add(TextTabAlignmentType, double)Agrega una tabulación.
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)

Ver también