Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 26,643 for

visio

(0.17 sec)
  1. Check if VBA Code is Signed|Documentation

    Check if the vba code is signed with Aspose.Diagram library.... You can use any of your visio files to test this code. For...purposes, you can use this visio file used in the code . Sample...

    docs.aspose.com/diagram/java/check-if-vba-code-...
  2. Working with Text|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....Insert a Text Shape in the Visio Page Aspose.Diagram API lets...text shape anywhere in the Visio page. To achieve this, the addText...

    docs.aspose.com/diagram/java/working-with-text/
  3. Developer Guide|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....of practical scenarios as MS Visio menu. File Info Document Properties...Ways to Open Files Save Save a visio drawing Print Print Export Convert...

    docs.aspose.com/diagram/java/developer-guide/
  4. Working with Hyperlinks in Ruby|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....topics: Add Hyperlink to a Visio Shape in Ruby Get Shape Hyperlink...Hyperlink Data from a Visio Drawing in Ruby Working with Layers...

    docs.aspose.com/diagram/java/working-with-hyper...
  5. Code Comparison for common features|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....Add Comments to Drawings in Visio Get Document Properties Inserting...Inserting a new Page in Visio Writing Document Summary Retrieving...

    docs.aspose.com/diagram/net/code-comparison-for...
  6. 检查页面自动扩展|Documentation

    本节介绍如何检查或更改页面是否在带有 Aspose.Diagram 的 Visio 文件中自动展开。...class ); // Initialize the new visio diagram Diagram diagram = new...+ "Drawing1.vsdx" ); // Get Visio page Page page = diagram . getPages...

    docs.aspose.com/diagram/zh/java/check-page-auto...
  7. Working with 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....Apply Custom Style Sheet to a Visio Diagram in PHP Apply Different...Value of a Shape in PHP Update Visio Shape Text in PHP Working with...

    docs.aspose.com/diagram/java/working-with-text-...
  8. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....Convert Visio to PDF format Contents [ Hide ] Export to PDF Aspose...explains how to export a Microsoft Visio diagram to PDF using Aspose...

    docs.aspose.com/diagram/zh/net/convert-visio-to...
  9. Visio加水印|Documentation

    如何使用 Java Diagram API 为 Visio 添加水印。...Visio加水印 Contents [ Hide ] 创建一个 Diagram Aspose.Diagram for Java...允许您从自己的应用程序中读取和创建 Microsoft Visio 图表,无需 Microsoft Office 自动化。创建新文档的第一步是创建一个...

    docs.aspose.com/diagram/zh/java/add-watermark-t...
  10. Refresh shapes data|Documentation

    This section explains how to refresh shape's data for a Visio shape with Aspose.Diagram....GetDataDir_Shapes (); // Load a Visio diagram Diagram diagram = new...shape . RefreshData (); // Save visio diagram diagram . Save ( dataDir...

    docs.aspose.com/diagram/net/refresh-shapes-data/