Search
TextComponent.setText Method
See Also
 

Sets the text displayed by the component.

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

 Syntax

Java  Copy Code

public void setText (
    String value
)

 Parameters

value

A String value.

 See Also