Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class
Properties Methods


In This Topic
    TagCloudCellType Class Members
    In This Topic

    The following tables list the members exposed by TagCloudCellType.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of the cell.  
    Public PropertyGets or sets the URL for the background image for the cell. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Public PropertyGets or sets the display text field of the data source of the tag cloud.  
    Public PropertyGets or sets the href field of the data source of the tag cloud.  
    Public PropertyGets or sets the format string to format the Href property value.  
    Public PropertyGets or sets the item data field of the data source of the tag cloud.  
    Public PropertyGets or sets the name of the data member that populates the tag cloud.  
    Public PropertyGets or sets the data source for the tag cloud.  
    Public PropertyGets or sets the unique identifier for the data source for the tag cloud.  
    Public PropertyGets or sets the text field of the data source of the tag cloud.  
    Public PropertyGets or sets the format string for the Text property.  
    Public PropertyGets or sets the title field of the data source of the tag cloud.  
    Public PropertyGets or sets the format string for the title of an item, represented as a tooltip for the item.  
    Public PropertyGets or sets the weight field of the data source of the tag cloud.  
    Public PropertyGets or sets the number of individual cloud items to display.  
    Public PropertyGets or sets the limit for the number of individual cloud items to display.  
    Public PropertyGets the URL of the client script file for the editor, if the editor supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Public PropertyGets or sets the background color of the cloud item the pointer is over.  
    Public PropertyGets a string array of text items for the tag cloud.  
    Public PropertyGets or sets the colors for each ranking level.  
    Public PropertyGets or sets the font names for each ranking level.  
    Public PropertyGets the URL of the client script file for the renderer, if the renderer supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Public PropertyGets or sets the sort order for individual cloud items.  
    Public PropertyGets the cloud items for the tag cloud.  
    Public PropertyOverridden. Gets the validator collection.  
    Public PropertyGets a string array of weights for the tag cloud.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the conditional formatting settings. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new copy of the object using the MemberwiseClone method. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts a collection of items to tag cloud items.  
    Public MethodLoads the cell type from XML.  
    Public MethodOverridden. Formats the specified object.  
    Public MethodOverridden. Gets the control used to edit the cell (and this implementation always returns null).  
    Public MethodOverridden. Gets the value from the editor control for the cell.  
    Public MethodOverridden. Gets the preferred (maximum needed) size of the cell for the renderer control.  
    Public MethodGets the validation object used to validate data. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Public MethodOverridden. Gets the validator collection; overwrite this method to allow customizing the returned result from the Validators property.  
    Public MethodOverloaded. Overridden. Gets a control and renders it in the cell based on the specified appearance, margin, and value.  
    Public MethodWhen deriving a cell type based on this type, override this to change what gets parsed from the cell on the sheet and put in the data model. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Public MethodOverridden. Gets the URL of the client script file for the renderer for the specified Spread component, if the renderer supports client-side scripting.  
    Public MethodSaves the cell type to XML.  
    Public MethodSaves the cell type to XML using short names.  
    Public MethodSets the tab index for the editor. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Public MethodGets the name of the cell type. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Public MethodValidates the given value. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Top
    Protected Methods
     NameDescription
    Protected MethodAppends the ellipsis. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Protected MethodApplies the appearance and the margin to the cell. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Protected MethodDraws the background image to PDF. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Protected MethodReturns the format of a value for PDF. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Protected MethodGets an Image object using an image path. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Protected MethodGets the size of the text string. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Protected MethodOverloaded. Processes the margin. (Inherited from FarPoint.Web.Spread.BaseCellType)
    Top
    See Also