DroidDiagram Programmer's Guide
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

font Method Overload List
TableNodeBuilder Members
TableNodeBuilder Class
com.mindfusion.diagramming.builders Namespace