Represents a collection of TabStops.

System.Object
  Docentric.Documents.ObjectModel.MergableCollection<C, T>
    Docentric.Documents.ObjectModel.TabStopCollection

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class TabStopCollection : MergableCollection<TabStopCollection, TabStop>

The TabStopCollection type exposes the following members.

Name Description
Public constructor .ctor()
Name Description
Public method Add Adds an object to the MergableCollection<CMergableCollection<C, T>. (Inherited from MergableCollection<CMergableCollection<C, T>)
Public method Clear Removes all items from the collection. (Inherited from MergableCollection<CMergableCollection<C, T>)
Public method Contains (Inherited from MergableCollection<CMergableCollection<C, T>)
Public method CopyTo (Inherited from MergableCollection<CMergableCollection<C, T>)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetEnumerator Gets the enumerator for this collection. (Inherited from MergableCollection<CMergableCollection<C, T>)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method Remove Removes the item from the collection. (Inherited from MergableCollection<CMergableCollection<C, T>)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)