The following tables list the members exposed by RichTextObjectCollectionBase<T>.
| Name | Description | |
|---|---|---|
|  | Count | Gets the number of items in the collection. | 
|  | IsReadOnly | Indicates whether the collection is read-only. | 
|  | IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | 
|  | Item | Gets or sets the item at the specified zero-based index. | 
| Name | Description | |
|---|---|---|
|  | Add | Adds an item to the end of the collection. | 
|  | Clear | Clears all items form the collection. | 
|  | Clone | Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | 
|  | Contains | Indicates whether the specified item is contained in the collection. | 
|  | CopyTo | Copies the contents of the collection into the specified array. | 
|  | GetEnumerator | Gets an object to enumerate all items in the collection. | 
|  | IndexOf | Gets the zero-based index of the specified item in the collection. | 
|  | Insert | Inserts the item at the specified zero-based index in the collection. | 
|  | Remove | Removes the specified item from the collection. | 
|  | RemoveAt | Removes the item at the specified zero-based index. | 
|  | Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |