Search
TableNodeBuilder.caption Method
See Also
 

Sets the caption text of a table.

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

 Syntax

Java  Copy Code

public TableNodeBuilder caption (
    String value
)

 Parameters

value

A String object containing the caption text.

 Return Value

This TableNodeBuilder instance.

 See Also