Search
DiagramDocument.loadFromFile Method
See Also
 

Loads the document from the specified file.

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

 Syntax

Java  Copy Code

public void loadFromFile (
    String fileName
)

 Parameters

fileName

The name of the file to load from.

 See Also