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

savefileformat vsd

(0.05 sec)
  1. Your First Aspose.Diagram Application - Hello W...

    本页介绍如何使用 Aspose.Diagram 库创建第一个应用程序。...vsdx" , SaveFileFormat . VSDX ); 代码示例:打开现有文件 The...diagram constructor to load a VSD stream FileStream st = new FileStream...

    docs.aspose.com/diagram/zh/net/your-first-aspos...
  2. Update Visio Shape Text in PHP|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....vsd" ); $shapes = $diagram -> getPages...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/update-visio-shape...
  3. Set Visio Shape's XForm Data in PHP|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....vsd" ); $shapes = $diagram -> getPages...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/set-visio-shape-s-...
  4. Select Reroute Option of the Connector Shape in...

    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" ); \ # Access a particular page...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/select-reroute-opt...
  5. Add Hyperlink to a Visio 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" ); \ # Initialize Hyperlink...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/add-hyperlink-to-a...
  6. 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...
  7. 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-...
  8. 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...
  9. 设置 Visio Shape 的 XForm、Line 和 Fill 数据|Documenta...

    本节介绍如何设置形状的样式,包括它的线数据和填充数据 Aspose.Diagram。...class constructor to load the VSD diagram Diagram diagram = new...Diagram ( dataDir + "SetXFormdata.vsd" ); // Find a particular shape...

    docs.aspose.com/diagram/zh/net/set-visio-shape-...
  10. 在 PHP 中设置 Visio Shape 的 XForm 数据|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....vsd" ); $shapes = $diagram -> getPages...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/zh/java/set-visio-shape...