Search
DiagramBuilder.cellFrameStyle Method
See Also
 

Sets the default style of the cell frames of new tables.

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

 Syntax

Java  Copy Code

public DiagramBuilder cellFrameStyle (
    CellFrameStyle value
)

 Parameters

value

A member of the CellFrameStyle enumeration.

 Return Value

This DiagramBuilder instance.

 See Also