DroidDiagram Programmer's Guide
DiagramBuilder.tableCaption Method
See Also
 






Sets the default caption text that should be assigned to new tables.

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

 Syntax

Java  Copy Code

public DiagramBuilder tableCaption (
    String value
)

 Parameters

value

A String containing the default table caption.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace