DroidDiagram Programmer's Guide
CompositeNodeBuilder.printable Method
See Also
 






Sets a value indicating whether an item will be printed.

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

 Syntax

Java  Copy Code

public CompositeNodeBuilder printable (
    boolean value
)

 Parameters

value

true if the item should be drawn when printing the diagram, otherwise false.

 Return Value

This DiagramItemBuilder instance.

 See Also

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