DroidDiagram Programmer's Guide
Cell.setTextFormat Method
See Also
 






Sets a TextFormat object specifying how to format and align the text of this cell.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setTextFormat (
    TextFormat value
)

 Parameters

value

A TextFormat object specifying the text format and alignment.

 See Also

Cell Members
Cell Class
com.mindfusion.diagramming Namespace
setTextPadding Method