Search
ImportItemEvent.getShapeXml Method
See Also
 

Gets the XML DOM Element corresponding to the Visio document's XML code that describes the imported shape.

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

 Syntax

Java  Copy Code

public Element getShapeXml ()

 Return Value

An org.w3c.dom.Element instance.

 See Also