Search
TableNodeBuilder.font Method (Font)
See Also
 

Sets the font used to draw the text displayed in this table.

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

 Syntax

Java  Copy Code

public TableNodeBuilder font (
    Font value
)

 Parameters

value

A Font object representing the table font.

 Return Value

This TableNodeBuilder instance.

 See Also