KaxTagCloudItemCollection Methods |
The KaxTagCloudItemCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add |
Adds an item to the TagCloud Items collection.
If the Weight of the item is smaller than the MinimalWeightAllowed,
the item will not be added to the collection.
|
![]() |
Contains |
Checks whether a TagCloud item is present in the collection.
|
![]() |
CopyTo |
Copies the TagCloud Items collection to an array, starting at a particular index.
|
![]() |
Filter |
Filters the current collection (the collection itself is not modified) of items based on the values of
MinimalWeightAllowed, MaxNumberOfItems and TakeTopWeightedItems properties,
and returns the filtered collection of TagCloud items.
|
![]() |
IndexOf |
Gets the index of the TagCloud item in the Items collection
|
![]() |
Insert |
Inserts a TagCloud item at the specified index.
|
![]() |
Max |
Finds the TagCloud item with maximal weight.
|
![]() |
Min |
Finds the TagCloud item with minimal weight.
|
![]() |
Remove |
Removes the passed TagCloud item from the Items collection.
|
![]() |
RemoveAt |
Removes a TagCloud item from the Items collection, at the specified index.
|
![]() |
Sort |
Sorts the current list of TagCloud items. The collection itself is not modified.
If any of the MinimalWeightAllowed, MaxNumberOfItems and TakeTopWeightedItems
properties are set, the collection will be filtered too.
|