Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 28,274 for

visio

(0.1 sec)
  1. Get Paper Width and Height of Page|Documentation

    This section explains how to get paper size of the Visio page with Aspose.Diagram....println ( dataDir ); // load a Visio diagram Diagram diagram = new...vsdx" ); // get page of the Visio diagram by name Page page =...

    docs.aspose.com/diagram/java/get-paper-width-an...
  2. 公共 API Aspose.Diagram 16.11.0 的变化|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....请检查此代码示例: C# // load a Visio diagram Diagram diagram = new...@"C:\temp\Drawing1.vsd" ); // get a Visio page by name Page page = diagram...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  3. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram....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/net/working-with-text/
  4. Your First Aspose.Diagram Application - Hello W...

    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....application creates a Microsoft Visio file with the words Hello World...无许可证),请跳过此步骤。 创建一个新的 Microsoft Visio 文件,或打开一个现有文件,您要在其中添加/更新一些文本。...

    docs.aspose.com/diagram/zh/python-net/your-firs...
  5. Your First Aspose.Diagram Application - Hello W...

    本页介绍如何使用 Aspose.Diagram 库创建第一个应用程序。...application creates a Microsoft Visio file with the text ‘Hello World’...如果您使用的是评估版,请跳过与许可证相关的代码行。 创建一个新的 Visio 文件,或打开一个现有的 Visio 文件。 创建一个新的文本框。 插入单词**Hello...

    docs.aspose.com/diagram/zh/java/your-first-aspo...
  6. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...以编程方式保存 Visio 文档 Contents [ Hide ] Visio 图纸保存概述 使用[Diagram.Save](...String,%20int) 方法保存 Microsoft Visio 图。有允许将绘图保存到文件的重载。绘图可以保存为 Aspose...

    docs.aspose.com/diagram/zh/java/save-visio-docu...
  7. 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...
  8. 在 PHP 中保护和取消保护 Visio 形状|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....在 PHP 中保护和取消保护 Visio 形状 Contents [ Hide ] Aspose.Diagram - 保护和取消保护...保护和取消保护 Visio 形状 要保护和取消保护 Visio 形状,请使用 Aspose.Diagram Java 用于...

    docs.aspose.com/diagram/zh/java/protect-and-unp...
  9. 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/
  10. Draw Ellipse|Documentation

    This section explains how to draw ellipse,circle or oval in a Visio page with Aspose.Diagram. Support using C# to draw circle or oval and save as pdf, svg, html, image, xps and other formats....Contents [ Hide ] Draw Circle in Visio Aspose.Diagram for .NET API...shows how to draw a circle in a Visio drawing. // For complete examples...

    docs.aspose.com/diagram/net/drawing/draw-ellipse/