Search
EditComponent.setText Method
See Also
 

Sets the text of the edit component.

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

 Syntax

Java  Copy Code

public void setText (
    String value
)

 Parameters

value

A String containing the component's text.

 See Also