Search
DiagramBuilder.tableConnectionStyle Method
See Also
 

Sets how users are allowed to link tables to each other - as integral entities, by rows, or both.

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

 Syntax

Java  Copy Code

public DiagramBuilder tableConnectionStyle (
    TableConnectionStyle value
)

 Parameters

value

A member of the TableConnectionStyle enumeration.

 Return Value

This DiagramBuilder instance.

 See Also