Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 23,610 for

vsdx

(0.25 sec)
  1. Change Page Size|Documentation

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

    docs.aspose.com/diagram/net/change-page-size/
  2. Check Page Autoexpand|Documentation

    This section explains how to check or change page is auto expand in a visio file with Aspose.Diagram....vsdx" ); // Get Visio page Aspose..."SetAutoExpand_out.vsdx" , SaveFileFormat . VSDX ); Set Orientation...

    docs.aspose.com/diagram/net/check-page-autoexpand/
  3. 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...
  4. 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...
  5. 使用连接器类型形状|Documentation

    本节介绍如何使用 Aspose.Diagram 设置连接器外观。...vsdx" , SaveFileFormat . VSDX ); 选择连接器形状的重新布线选项...class constructor to load the VSDX diagram Diagram diagram = new...

    docs.aspose.com/diagram/zh/net/working-with-con...
  6. Introduction|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....vsdx" ; //Call the diagram constructor...String path = dataDir + "Drawing1.vsdx" ; //Call the diagram constructor...

    docs.aspose.com/diagram/java/introduction/
  7. 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...
  8. 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...
  9. 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/
  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/net/your-first-aspose-d...