The following tables list the members exposed by RichTextStyleCollection.
Name | Description | |
---|---|---|
RichTextStyleCollection Constructor | Constructor. Initializes a new instance of RichTextStyleCollection. |
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>) | |
IsReadOnly | Indicates if the collection is readonly. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>) | |
IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Item | Gets the RichTextStyleBase with the specified id. |
Name | Description | |
---|---|---|
Add | Adds the specified style to the collection. If the style already exists in the collection then this method does nothing. | |
Clear | Removes all items from the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>) | |
Clone | Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Contains | Overloaded. Indicates whether an item with the specified id exists in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>) | |
CopyTo | Copies all the items of the collection into the specified array. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>) | |
GetEnumerator | Gets the enumerator used for enumerating all the items in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>) | |
Remove | Overloaded. Removes item with the specified id from the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextStyleBase>) | |
Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |