Search
ImportItemEvent Members
Constructors Methods
 


Contains the arguments passed to handlers of the importItem event of VisioImportListener.

The following tables list the members exposed by the ImportItemEvent type.

 Public Constructors

  Name Description

ImportItemEvent

 

 Public Methods

  Name Description

getItem

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

getMasterName

Gets the name of the Visio master associated with current shape.

getMasterXml

Gets the XML DOM Element corresponding to the Visio XML code that describes the shape master.

getNamespaceMap

Gets a HashMap that maps Visio XML namespaces to prefixes.

getShapeXml

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

setItem

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

 See Also