Click or drag to resize
KaxTagCloudItemCollection Methods

The KaxTagCloudItemCollection type exposes the following members.

Methods
  Name Description
Public method 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.
Public method Contains
Checks whether a TagCloud item is present in the collection.
Public method CopyTo
Copies the TagCloud Items collection to an array, starting at a particular index.
Public method 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.
Public method IndexOf
Gets the index of the TagCloud item in the Items collection
Public method Insert
Inserts a TagCloud item at the specified index.
Public method Max
Finds the TagCloud item with maximal weight.
Public method Min
Finds the TagCloud item with minimal weight.
Public method Remove
Removes the passed TagCloud item from the Items collection.
Public method RemoveAt
Removes a TagCloud item from the Items collection, at the specified index.
Public method 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.
Top
See Also