The following tables list the members exposed by NodeAttributeCollection.
Name | Description | |
---|---|---|
NodeAttributeCollection Constructor |
Name | Description | |
---|---|---|
Count | Gets the number of attributes 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) |
Name | Description | |
---|---|---|
Add | Adds an attribute to the end of the collection. | |
Clear | Clears all attributes form the collection. | |
Clone | Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Contains | Indicates whether the specified attribute is contained in the collection. | |
CopyTo | Copies the contents of the collection into the specified array. | |
GetEnumerator | Gets an object to enumerate all attributes in the collection. | |
Remove | Removes the specified attribute from the collection. | |
Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |