MindFusion.Java Package Programmer's Guide
SvgNodeBuilder.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 SvgNodeBuilder printable (
    boolean value
)

 Parameters

value

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

 Return Value

This DiagramItemBuilder instance.

 See Also

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