Search
DiagramLinkBuilder.text Method
See Also
 

Sets the text of the link's label.

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

 Syntax

Java  Copy Code

public DiagramLinkBuilder text (
    String value
)

 Parameters

value

A String containing the label text.

 Return Value

This DiagramLinkBuilder instance.

 See Also