Gets the text displayed inside this node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public String getText () |
A String containing the label text.
RemarksThis 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