DroidDiagram Programmer's Guide
DiagramView.cutToClipboard Method (boolean)
See Also
 






Cuts the currently selected items to the system clipboard.

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

 Syntax

Java  Copy Code

public boolean cutToClipboard (
    boolean groups
)

 Parameters

groups

true to cut item groups; otherwise, false.

 Return Value

true if items are successfully copied to clipboard; otherwise, false.

 Remarks

Access to the system clipboard is a subject to security check when running inside a browser. Use the corresponding cutToClipboard method of DiagramApplet to avoid this.

 See Also

cutToClipboard Method Overload List
DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace