Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 24,298 for

vsdx

(0.72 sec)
  1. Add, Edit & Delete Annotation from VSSM via C# ...

    C# source code to annotate VSSM file on .NET Framework, .NET Core, Mono Platforms....Annotation Vssm PNG JPG BMP TIFF VSDX How to Annotate VSSM File Using...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/net/annotation/vssm/
  2. Auto layout VDW document via Java | products.as...

    Java source code to auto layout vdw file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Autolayout Vdw PNG JPG BMP TIFF VSDX Auto layout VDW document in...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/java/autolayout/vdw/
  3. Auto layout VSD document via Java | products.as...

    Java source code to auto layout vsd file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Autolayout Vsd PNG JPG BMP TIFF VSDX Auto layout VSD document in...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/java/autolayout/vsd/
  4. 刷新形状数据|Documentation

    本节介绍如何使用 Aspose.Diagram 刷新 visio 形状的形状数据。...vsdx" ); // Get page by name Page..."RefreshData_out.vsdx" , SaveFileFormat . VSDX ); 旋转、改变位置和连接子形状...

    docs.aspose.com/diagram/zh/net/refresh-shapes-d...
  5. Problem when exporting a Visio document to HTML...

    Hi, We have a problem when exporting a Visio document to HTML. Here is a sample project: 12901.zip (116.3 KB) Steps to reproduce: Open the provided example project in Visual Studio. Compile and run the program. Ope…...vsdx. After running the program,...by converting your template VSDX file to HTML. We need to evaluate...

    forum.aspose.com/t/problem-when-exporting-a-vis...
  6. Create organization chart in VSDM document via ...

    Java source code to create organization chart in vsdm file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Organizationchart Vsdm PNG JPG BMP TIFF VSDX Create Organization Chart in...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/java/organizationch...
  7. Create organization chart in VSDM document via ...

    C# source code to create organization chart in vsdm file on .NET Framework, .NET Core, Mono Platforms....Organizationchart Vsdm PNG JPG BMP TIFF VSDX Create Organization Chart in...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/net/organizationcha...
  8. Auto-space a Collection of Shapes in the Visio ...

    This section explains how to autospace a collection of shapes in a visio page with Aspose.Diagram....vsdx" ); // get page of the Visio..."c:\temp\AutoSpaceShapes_Out.vsdx" , SaveFileFormat . VSDX ); Set Orientation...

    docs.aspose.com/diagram/net/auto-space-a-collec...
  9. DiagramException when converting vsd file - Fre...

    Converting vsd file to Vsdx results in DiagramException. vsd file and callstack: DiagramException.zip (1.7 MB) The file was converted using this part of code: File file = new File(PATH_TO_VSD_FILE); Diagram d = new D…...6:29am 1 Converting vsd file to vsdx results in DiagramException...getAbsolutePath() + "x", SaveFileFormat.VSDX); casserolepan March 3, 2026...

    forum.aspose.com/t/diagramexception-when-conver...
  10. Change Page Size|Documentation

    This section explains how to change page's size in a visio file with Aspose.Diagram....vsdx" ); // Get Visio page Page page..."SetPageSize_out.vsdx" , SaveFileFormat . VSDX ); Set Orientation...

    docs.aspose.com/diagram/java/change-page-size/