Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 7,457 for

savefileformat vsd

(0.14 sec)
  1. Convert VSS to VSDX via Python | products.aspos...

    Sample Python conversion code for VSS format to VsdX file. Use this example code to convert VSS to VsdX within any Python based application....with output file path and SaveFileFormat as parameters VSDX file...diagram.save( "output.vsdx" , SaveFileFormat.VSDX); VSS to VSDX Conversion...

    products.aspose.com/diagram/python-net/conversi...
  2. Add Comments to Visio Drawings in PHP|Documenta...

    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....vsd" ); \ # Add comment $diagram...Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/add-comments-to-vi...
  3. Protect and Unprotect Diagrams in PHP|Documenta...

    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....vsd" ); $diagram -> getDocumentSettings...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/protect-and-unprot...
  4. 使用形状粘合|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 VSD diagram Diagram diagram = new...dataDir + "RetrieveShapeInfo.vsd" ); // get shape by an ID Shape...

    docs.aspose.com/diagram/zh/java/working-with-sh...
  5. 使用形状粘合|Documentation

    本节介绍如何使用 Aspose.Diagram 获取粘附到特定形状的形状。...class constructor to load the VSD diagram Diagram diagram = new...dataDir + "RetrieveShapeInfo.vsd" ); // Get shape by an ID Shape...

    docs.aspose.com/diagram/zh/net/working-with-sha...
  6. Public API Changes in Aspose.Diagram 5.9.0|Docu...

    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....vsd" ); // save resultant HTML directly...diagram . Save ( stream , SaveFileFormat . HTML ); VB ' load an...

    docs.aspose.com/diagram/net/public-api-changes-...
  7. Change the Position of a Shape in PHP|Documenta...

    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....vsd" ); $shapes = $diagram -> getPages...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/change-the-positio...
  8. Convert VSS to VSDX via Java | products.aspose.com

    Sample Java conversion code for VSS format to VsdX file. Use this example code to convert VSS to VsdX within any Web or Desktop Java based application....with output file path and SaveFileFormat as parameters VSDX file...visio.save( "output.vsdx" , SaveFileFormat.VSDX); VSS to VSDX Conversion...

    products.aspose.com/diagram/java/conversion/vss...
  9. 检索、获取、复制和插入页面|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....constructor to load diagram from a VSD file Diagram originalDiagram...Diagram ( dataDir + "Drawing1.vsd" ); // initialize the new visio...

    docs.aspose.com/diagram/zh/java/retrieve-get-co...
  10. Add Support of Dynamic Grids and Connection Poi...

    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....vsd" ); \ # get window object by...Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/add-support-of-dyn...