Search
ShapeNode.setText Method
See Also
 

Sets the text label displayed inside this node.

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

 Syntax

Java  Copy Code

public void setText (
    String value
)

 Parameters

value

A String containing the label text.

 Remarks

This property defines node's main text content. You can add more text labels by calling the addLabel method, and customize their position and appearance via the various members of returned NodeLabel object.

 See Also