Search
Diagram.saveToXml Method (Document)
See Also
 

Saves the diagram to the specified XML document.

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

 Syntax

Java  Copy Code

public void saveToXml (
    Document document
)

 Parameters

document

A DOM Document object where the diagram should be saved.

 See Also