Version

RichTextStyleCollection Class Members

The following tables list the members exposed by RichTextStyleCollection.

Public Constructors
 NameDescription
Public ConstructorRichTextStyleCollection ConstructorConstructor. Initializes a new instance of RichTextStyleCollection.  
Public Properties
 NameDescription
Public PropertyCountGets the number of items in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>)
Public PropertyIsReadOnlyIndicates if the collection is readonly. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>)
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyItemGets the RichTextStyleBase with the specified id.  
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