MindFusion.Diagramming for JavaScript Programmer's Guide
Cell Methods
 


 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.

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.

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.

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.

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.

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