Name | Description | |
---|---|---|
TagCloudCellType Constructor | Overloaded. |
The following tables list the members exposed by TagCloudCellType.
Name | Description | |
---|---|---|
TagCloudCellType Constructor | Overloaded. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the cell. | |
BackgroundImageUrl | Gets or sets the URL for the background image for the cell. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
DataDisplayTextField | Gets or sets the display text field of the data source of the tag cloud. | |
DataHrefField | Gets or sets the href field of the data source of the tag cloud. | |
DataHrefFormatString | Gets or sets the format string to format the Href property value. | |
DataItemDataField | Gets or sets the item data field of the data source of the tag cloud. | |
DataMember | Gets or sets the name of the data member that populates the tag cloud. | |
DataSource | Gets or sets the data source for the tag cloud. | |
DataSourceID | Gets or sets the unique identifier for the data source for the tag cloud. | |
DataTextField | Gets or sets the text field of the data source of the tag cloud. | |
DataTextFormatString | Gets or sets the format string for the Text property. | |
DataTitleField | Gets or sets the title field of the data source of the tag cloud. | |
DataTitleFormatString | Gets or sets the format string for the title of an item, represented as a tooltip for the item. | |
DataWeightField | Gets or sets the weight field of the data source of the tag cloud. | |
DisplayCount | Gets or sets the number of individual cloud items to display. | |
DisplayLimit | Gets or sets the limit for the number of individual cloud items to display. | |
EditorClientScriptUrl | Gets the URL of the client script file for the editor, if the editor supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
HoverColor | Gets or sets the background color of the cloud item the pointer is over. | |
Items | Gets a string array of text items for the tag cloud. | |
RankingColors | Gets or sets the colors for each ranking level. | |
RankingFonts | Gets or sets the font names for each ranking level. | |
RendererClientScriptUrl | Gets the URL of the client script file for the renderer, if the renderer supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
SortOrder | Gets or sets the sort order for individual cloud items. | |
TagCloudItems | Gets the cloud items for the tag cloud. | |
Validators | Overridden. Gets the validator collection. | |
Weights | Gets a string array of weights for the tag cloud. |
Name | Description | |
---|---|---|
ExtraRendererSettings | Gets the conditional formatting settings. (Inherited from FarPoint.Web.Spread.BaseCellType) |
Name | Description | |
---|---|---|
Clone | Creates a new copy of the object using the MemberwiseClone method. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
ConvertToTagCloudItems | Overloaded. Converts a collection of items to tag cloud items. | |
Deserialize | Loads the cell type from XML. | |
Format | Overridden. Formats the specified object. | |
GetEditorControl | Overridden. Gets the control used to edit the cell (and this implementation always returns null). | |
GetEditorValue | Overridden. Gets the value from the editor control for the cell. | |
GetPreferredSize | Overridden. Gets the preferred (maximum needed) size of the cell for the renderer control. | |
GetValidator | Gets the validation object used to validate data. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
GetValidators | Overridden. Gets the validator collection; overwrite this method to allow customizing the returned result from the Validators property. | |
PaintCell | Overloaded. Overridden. Gets a control and renders it in the cell based on the specified appearance, margin, and value. | |
Parse | When 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) | |
RendererClientScriptUrl2 | Overridden. Gets the URL of the client script file for the renderer for the specified Spread component, if the renderer supports client-side scripting. | |
Serialize | Saves the cell type to XML. | |
Serialize2 | Saves the cell type to XML using short names. | |
SetTabIndex | Sets the tab index for the editor. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
ToString | Gets the name of the cell type. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
ValidateEditorValue | Validates the given value. (Inherited from FarPoint.Web.Spread.BaseCellType) |
Name | Description | |
---|---|---|
AppendEllipsis | Appends the ellipsis. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
ApplyStyleTo | Applies the appearance and the margin to the cell. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
DrawBackgroundImage | Draws the background image to PDF. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
FormatForPdf | Returns the format of a value for PDF. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
GetImage | Gets an Image object using an image path. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
GetStringSize | Gets the size of the text string. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
ProcessMargin | Overloaded. Processes the margin. (Inherited from FarPoint.Web.Spread.BaseCellType) |