Search
ShapeFormulaParam.loadFromXml Method
See Also
 

Loads the formula parameter from the specified XML element.

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

 Syntax

Java  Copy Code

public void loadFromXml (
    Element xmlElement,
    XmlPersistContext context
)

 Parameters

xmlElement

An XmlElement instance.

context

An XmlPersistContext instance.

 See Also