Exports the contents of Diagram or DiagramDocument objects to Visio 2013 XML drawing files (*.vsdx).
Namespace: com.mindfusion.diagramming.export
Package: com.mindfusion.diagramming.export
Java
![]() |
---|
public class VisioExporter |
This class allows exporting Visio 2003 XML Drawing files from JDiagram. ShapeNode objects are mapped to their closest Visio counterparts and DiagramLink instances are exported as Visio connectors of a similar style. In addition, most of the attributes of diagram items such as text, text formatting, fill and line colors and styles are preserved.
To function properly, the exporter object requires the Visio2013.vxt file to be present in the application's directory, or its location specified in TemplatePath. This file contains an XML template data used by the component to generate Visio documents.
java.lang.Object
com.mindfusion.diagramming.export.VisioExporter