The following tables list the members exposed by ListLevelDefinitionCollection.
Name | Description | |
---|---|---|
ListLevelDefinitionCollection Constructor | Initializes a new instance of ListLevelDefinitionCollection |
Name | Description | |
---|---|---|
Count | Retunrs the number of level definitions in the collection | |
IsReadOnly | Returns true if this collection has been sealed, i.e. immutable. | |
IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Item | Indexer (read-only) |
Name | Description | |
---|---|---|
Add | Adds a level definition to the collection. | |
Clear | Clears all level definitionss from the collection | |
Clone | Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Contains | Overloaded. Returns if the definition is in the collection | |
CopyTo | Copies the definitions into an array | |
GetEnumerator | Returns an object that can enumerate all the definitions in the collection | |
IndexOfLevel | Returns the index of the level definition in the collection | |
RemoveLevel | Removes the definition for a specified level | |
Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
TryGetDefinition | Tries to get a defintion for a specific level number |