简体   繁体   English

如何将mxGraph导出到visio图表?

[英]How to export a mxGraph to a visio diagram?

I've implemented a graph using mxGraph libraries. 我使用mxGraph库实现了一个图形。 Is there any way to export this graph to visio? 有没有办法将此图表导出到visio?

mxGraph doesn't support that functionality. mxGraph不支持该功能。 draw.io does have export to .vsdx, however. 但是,draw.io确实导出到.vsdx。

You must do it by youself.Here is the step: 你必须自己做。这是一步:

  1. Encode the graph to xml. 将图形编码为xml。

  2. Trans the xml to your own object. 将xml转换为您自己的对象。

  3. Draw it. 画出来。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将mxGraph导出到SVG(或任何类型的图像) - Export mxGraph to SVG (Or any type of image) 如何设置自定义字体以用于 mxGraph 的 pdf/图像导出功能以支持 UTF-8 编码的亚洲语言文本? - How do I setup custom fonts for use in mxGraph's pdf/image export features to support UTF-8 encoded asian language text? 如何将使用Netbeans EasyUML插件创建的UML图打印或导出为图片? - How to print or export as a picture a UML diagram created with Netbeans EasyUML plugin? 来自 xml 文件的生成器 vsdx (visio) 类图,Java - Generator vsdx (visio) class diagram from xml file, Java 如何在mxGraph中使用工具向下钻取? - How to use implement drill-down in mxGraph? 如何以编程方式在visio中绘制流程图 - How to programmatically draw flowchart in visio 将使用applet和图形绘制的图导出为pdf - Export a diagram drawn using applet and graphics as pdf 如何更改 mxgraph 中 mxCell 和 mxPoint 之间的边缘样式? - How do I change the edge style between an mxCell and mxPoint in mxgraph? 如何允许/禁止用户在 mxGraph/JGraphX 中拉新边? - How to allow/forbid the user to pull new edges in mxGraph/JGraphX? 如何从 JGraphX (mxGraph) 方法创建一个大的 BufferedImage? - How do I create a large BufferedImage from JGraphX (mxGraph) method?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM