Search
ImportItemEvent.setItem Method
See Also
 

Sets the item that should represent the Visio shape specified by ShapeXml in the imported diagram.

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

 Syntax

Java  Copy Code

public void setItem (
    DiagramItem value
)

 Parameters

value

A DiagramItem instance.

 See Also