DroidDiagram Programmer's Guide
DiagramItem.setPrintable Method
See Also
 






Sets a value indicating whether an item will be printed.

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

 Syntax

Java  Copy Code

public void setPrintable (
    boolean value
)

 Parameters

value

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

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace