[]
        
(Showing Draft Content)

FarPoint.Web.Spread.TagCloudCellType.ConvertToTagCloudItems

ConvertToTagCloudItems Method

ConvertToTagCloudItems(string[], string[])

Converts a collection of items to tag cloud items.

Declaration
public static Collection<TagCloudItem> ConvertToTagCloudItems(string[] text, string[] weight)
Public Shared Function ConvertToTagCloudItems(text As String(), weight As String()) As Collection(Of TagCloudItem)
Parameters
Type Name Description
string[] text

Items for the cloud specified in a string array

string[] weight

Weights for the cloud items specified in a string array

Returns
Type Description
Collection<TagCloudItem>

ConvertToTagCloudItems(string[], string[], string[])

Converts a collection of items to tag cloud items.

Declaration
public static Collection<TagCloudItem> ConvertToTagCloudItems(string[] text, string[] weight, string[] href)
Public Shared Function ConvertToTagCloudItems(text As String(), weight As String(), href As String()) As Collection(Of TagCloudItem)
Parameters
Type Name Description
string[] text

Items for the cloud specified in a string array

string[] weight

Weights for the cloud items specified in a string array

string[] href

HTML anchors for the cloud items specified in a string array

Returns
Type Description
Collection<TagCloudItem>

ConvertToTagCloudItems(string[], string[], string[], string[])

Converts a collection of items to tag cloud items.

Declaration
public static Collection<TagCloudItem> ConvertToTagCloudItems(string[] text, string[] weight, string[] href, string[] title)
Public Shared Function ConvertToTagCloudItems(text As String(), weight As String(), href As String(), title As String()) As Collection(Of TagCloudItem)
Parameters
Type Name Description
string[] text

Items for the cloud specified in a string array

string[] weight

Weights for the cloud items specified in a string array

string[] href

HTML anchors for the cloud items specified in a string array

string[] title

Title for the tag cloud

Returns
Type Description
Collection<TagCloudItem>

ConvertToTagCloudItems(string[], string[], string[], string[], string[])

Converts a collection of items to tag cloud items.

Declaration
public static Collection<TagCloudItem> ConvertToTagCloudItems(string[] text, string[] weight, string[] href, string[] title, string[] displayText)
Public Shared Function ConvertToTagCloudItems(text As String(), weight As String(), href As String(), title As String(), displayText As String()) As Collection(Of TagCloudItem)
Parameters
Type Name Description
string[] text

Items for the cloud specified in a string array

string[] weight

Weights for the cloud items specified in a string array

string[] href

HTML anchors for the cloud items specified in a string array

string[] title

Titles for the cloud items specified in a string array

string[] displayText

Text to display for the cloud items specified in a string array

Returns
Type Description
Collection<TagCloudItem>

ConvertToTagCloudItems(string[], string[], string[], string[], string[], object[])

Converts a collection of items to tag cloud items.

Declaration
public static Collection<TagCloudItem> ConvertToTagCloudItems(string[] text, string[] weight, string[] href, string[] title, string[] displayText, object[] itemData)
Public Shared Function ConvertToTagCloudItems(text As String(), weight As String(), href As String(), title As String(), displayText As String(), itemData As Object()) As Collection(Of TagCloudItem)
Parameters
Type Name Description
string[] text

Items for the cloud specified in a string array

string[] weight

Weights for the cloud items specified in a string array

string[] href

HTML anchors for the cloud items specified in a string array

string[] title

Titles for the cloud items specified in a string array

string[] displayText

Text to display for the cloud items specified in a string array

object[] itemData

Item data for the cloud items specified in a string array

Returns
Type Description
Collection<TagCloudItem>