DroidDiagram Programmer's Guide
ShapeNodeBuilder.textFormat Method
See Also
 






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

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder textFormat (
    TextFormat value
)

 Parameters

value

A TextFormat object specifying the text format and alignment.

 Return Value

This ShapeNodeBuilder instance.

 See Also

ShapeNodeBuilder Members
ShapeNodeBuilder Class
com.mindfusion.diagramming.builders Namespace