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

visio

(0.99 sec)
  1. OleFormat.icon_caption property | Aspose.Words ...

    OleFormat.icon_caption property. Gets icon caption of OLE object...= doc ) # Embed a Microsoft Visio drawing into the document as...file_name = IMAGE_DIR + 'Microsoft Visio drawing.vsd' , prog_id = 'Package'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. OleFormat.source_full_name property | Aspose.Wo...

    OleFormat.source_full_name property. Gets or sets the path and name of the source file for the linked OLE object....= doc ) # Embed a Microsoft Visio drawing into the document as...file_name = IMAGE_DIR + 'Microsoft Visio drawing.vsd' , prog_id = 'Package'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library....application creates a Microsoft Visio file with the text ‘Hello World’...Create a new Visio file, or open an existing Visio file. Create...

    docs.aspose.com/diagram/net/your-first-aspose-d...
  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...step. Create a new Microsoft Visio file, or open an existing file...

    docs.aspose.com/diagram/python-net/your-first-a...
  5. Working with SolutionXML Elements|Documentation

    This section explains how to add solutionXml or get xml values from solutionXml element with Aspose.Diagram....SolutionXML Element to the Visio Drawing SolutionXML is well-formed...represents SolutionXML element in Visio drawings. The Add method, exposed...

    docs.aspose.com/diagram/net/working-with-soluti...
  6. 公共 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....请检查此代码示例: Java // 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/java/public-api-chan...
  7. 创建、插入字段|Documentation

    如何使用 Java Diagram API 创建、插入字段。...and insert field to Microsoft Visio diagrams from within your own...Product.Family.lic" ) # load a Visio diagram diagram = Diagram (...

    docs.aspose.com/diagram/zh/python-java/create-i...
  8. Setting Connector line jump style|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....GetDataDir_Shapes (); // Load a source Visio Diagram srcVisio = new Diagram...ConLineJumpStyleValu . Arc ); // Save the new Visio newDiagram . Save ( dataDir...

    docs.aspose.com/diagram/net/set-connector-line-...
  9. 更改页面大小|Documentation

    本节介绍如何使用 Aspose.Diagram 更改 Visio 文件中的页面大小。... (); // Initialize the new visio diagram Diagram diagram = new...+ "Drawing1.vsdx" ); // Get Visio page Aspose . Diagram . Page...

    docs.aspose.com/diagram/zh/net/change-page-size/
  10. 更改页面大小|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/change-page-size/