DroidDiagram Programmer's Guide
TableNodeBuilder.offsetHeaderRows Method
See Also
 






Sets a value indicating whether the table cells should be offset to the right to accommodate for the expand buttons displayed inside header rows.

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

 Syntax

Java  Copy Code

public TableNodeBuilder offsetHeaderRows (
    boolean value
)

 Parameters

value

true if table cells should be offset to the right, otherwise false.

 Return Value

This TableNodeBuilder instance.

 See Also

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