ASP.NET Pack Programmer's Guide
Cell Members
Constructors Methods
 


Represents a cell of a TableNode.

The following tables list the members exposed by the Cell type.

 Public Constructors

  Name Description

Cell

Initializes a new instance of the Cell class.

 Public Methods

  Name Description

getBrush

Gets the object that specifies how to paint the interior of this cell.

getColumnSpan

Gets the number of columns spanned by this cell.

getFont

Gets the font used to render this cell's text.

getImage

Gets the image displayed inside this cell.

getImageAlign

Gets the alignment for the image of this cell.

getImageLocation

Gets the URL of the image displayed inside this cell.

getImagePadding

Gets the padding distance between cell borders and image.

getLineAlignment

Gets how the text should be vertically aligned inside the cell's bounding rectangle.

getRowSpan

Gets the number of rows spanned by this cell.

getTag

Gets the tag of the cell.

getText

Gets the string containing the cell's text.

getTextAlignment

Gets how the text should be aligned inside the cell's bounding rectangle.

getTextColor

Gets a string specifying the color of the text of this cell.

loadFromXml

Loads the cell's content from an XML element.

saveToXml

Saves the cell's content into an XML element.

setBrush

Sets an object that specifies how to paint the interior of this cell.

setColumnSpan

Sets the number of columns spanned by this cell.

setFont

Sets the font used to render this cell's text.

setImage

Sets the image displayed inside this cell.

setImageAlign

Sets the alignment for the image of this cell.

setImageLocation

Sets the URL of the image displayed inside this cell.

setImagePadding

Sets the padding distance between cell borders and image.

setLineAlignment

Sets how the text should be vertically aligned inside the cell's bounding rectangle.

setRowSpan

Sets the number of rows spanned by this cell.

setTag

Lets you set any object as a tag for this cell.

setText

Sets a string containing the cell's text.

setTextAlignment

Sets how the text should be aligned inside the cell's bounding rectangle.

setTextColor

Sets a string specifying the color of the text of this cell.

 See Also

Cell Class
MindFusion.Diagramming Namespace