Version

RichTextStyleCollection Class Methods

For a list of all members of this type, see RichTextStyleCollection members.

Public Methods
 NameDescription
Public MethodAddAdds the specified style to the collection. If the style already exists in the collection then this method does nothing.  
Public MethodClearRemoves all items from the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>)
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsOverloaded. Indicates whether an item with the specified id exists in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>)
Public MethodCopyToCopies all the items of the collection into the specified array. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>)
Public MethodGetEnumeratorGets the enumerator used for enumerating all the items in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>)
Public MethodRemoveOverloaded. Removes item with the specified id from the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also