Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 24,300 for

vsdx

(0.83 sec)
  1. Apply preset theme to VSTX document via .NET | ...

    C# source code to apply preset theme to vstx file on .NET Framework, .NET Core, Mono Platforms....Theme Vstx PNG JPG BMP TIFF VSDX Apply Preset Theme to VSTX in...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/net/theme/vstx/
  2. Create organization chart in VSTM document via ...

    Java source code to create organization chart in vstm file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Organizationchart Vstm 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...
  3. Create organization chart in VSTX document via ...

    C# source code to create organization chart in vstx file on .NET Framework, .NET Core, Mono Platforms....Organizationchart Vstx 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...
  4. 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...
  5. 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...
  6. 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/
  7. Visio File Drawing NET C# | products.aspose.com

    C# source code to draw geomtry to visio file on Java Runtime Environment....include VDW, VDX, VSD, VSDM, VSDX,VSS,VSSM,VSSX,VST,VSTM,VSTX...Geomtry VSD Geomtry VSDM Geomtry VSDX Geomtry VSS Geomtry VSSM Geomtry...

    products.aspose.com/diagram/java/drawing/
  8. 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...
  9. 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/
  10. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....file format as listed below: VSDX, VSDM, VSSX, VSSM, VSTX, VSTM...() + "MyOutput.vsdx" , SaveFileFormat . VSDX ); Specifying Visio...

    docs.aspose.com/diagram/net/save-visio-document/