Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 23,608 for

vsdx

(0.14 sec)
  1. Retrieve, Get, Copy and Insert a Page|Documenta...

    This section explains how to insert a page, copy a page or get page information with Aspose.Diagram....vsdx" ); // Set page id int pageid...constructor to load diagram from a VSDX file Diagram diagram = new Diagram...

    docs.aspose.com/diagram/net/retrieve-get-copy-a...
  2. Aspose.Diagram Product Family

    Find answers to create, manipulate, and convert Microsoft Visio diagrams via code without using Visio....Փոխակերպեք VSD-ն VSDX-ին՝ օգտագործելով C# Փոխակերպեք VSD-ն VSDX-ի Java-ի...Java-ի միջոցով Փոխակերպեք VSD-ն VSDX-ի՝ օգտագործելով Python-ը Փոխակերպեք...

    kb.aspose.com/hy/diagram/
  3. Hello World Example|Documentation

    This page describes how to create example of hello world with Aspose.Diagram library....Visio file formats including VSDX, VDX, VSD, VSX, VTX, VSSX, VSDM...Diagram (); // Save diagram in the VSDX format diagram . Save ( dataDir...

    docs.aspose.com/diagram/net/hello-world-example/
  4. Your First Aspose.Diagram Application - Hello W...

    本页介绍如何使用 Aspose.Diagram 库创建第一个应用程序。...Diagram (); // save diagram in the VSDX format diagram . save ( dataDir..."CreateNewVisio_Out.vsdx" , SaveFileFormat . VSDX ); 代码示例:打开现有文件 The...

    docs.aspose.com/diagram/zh/java/your-first-aspo...
  5. Connectors not importing correctly - Free Suppo...

    After importing vsd file, some connectors have extra entry in geometry section, which results in extra lines at the end of connectors. vsd file in question and screenshot of an issue: connector issue.zip (218.5 KB) Th…...Diagram Product Family vsd-to-vsdx Denec March 5, 2025, 7:06am...getAbsolutePath() + "x", SaveFileFormat.VSDX); Professionalize.Discourse...

    forum.aspose.com/t/connectors-not-importing-cor...
  6. Missing most of the shapes after importing a fi...

    After importing vsd to Vsdx, only some lines import and most of the shapes are missing. vsd file in question and screenshot of an issue: missing shapes.zip (482.7 KB) The file was converted using this part of code: F…...Diagram Product Family vsd-to-vsdx Denec March 5, 2025, 7:34am...7:34am 1 After importing vsd to vsdx, only some lines import and most...

    forum.aspose.com/t/missing-most-of-the-shapes-a...
  7. 使用连接器类型形状|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....class constructor to load the VSDX diagram Diagram diagram = new...Diagram ( dataDir + "Drawing1.vsdx" ); //get a particular page...

    docs.aspose.com/diagram/zh/java/working-with-co...
  8. 绘制矩形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制矩形。支持使用C#绘制矩形并保存为pdf、svg、html、image、xps等格式。...vsdx" ); //Draw Rectangle in page..."DrawRectangleInPage_out.vsdx" , SaveFileFormat . VSDX ); 在 SVG 中绘制矩形 Aspose...

    docs.aspose.com/diagram/zh/net/drawing/draw-rec...
  9. 旋转、改变位置和连接子形状|Documentation

    本节介绍如何使用 Aspose.Diagram 旋转 visio 形状。...class constructor to load the VSDX diagram Diagram diagram = new...Diagram ( dataDir + "Drawing1.vsdx" ); // Get page by name Page...

    docs.aspose.com/diagram/zh/net/rotate-change-th...
  10. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library....Diagram (); // save diagram in the VSDX format diagram . save ( dataDir..."CreateNewVisio_Out.vsdx" , SaveFileFormat . VSDX ); Code Sample:...

    docs.aspose.com/diagram/java/your-first-aspose-...