Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 24,300 for

vsdx

(1.23 sec)
  1. 绘制矩形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制矩形。支持使用C#绘制矩形并保存为pdf、svg、html、image、xps等格式。...vsdx" ); //Draw Rectangle in page..."DrawRectangleInPage_out.vsdx" , SaveFileFormat . VSDX ); 在 SVG 中绘制矩形 Aspose...

    docs.aspose.com/diagram/zh/net/drawing/draw-rec...
  2. 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....the VSDX format diagram . save ( "CreateNewVisio_out.vsdx" , SaveFileFormat...SaveFileFormat . VSDX ) Opening an Existing File The following...

    docs.aspose.com/diagram/python-net/your-first-a...
  3. Insert OLE(Object Linking and Embedding) object...

    C# source code to insert OLE(Object Linking and Embedding) object into Visio such as excel and word on .NET Framework, .NET Core, Mono Platforms....INSERT-OBJECT to VISIO HTML JPG VSDX XML VSDX VSDX Insert OLE object into...Diagram object.(or->Load the Vsdx file with full path.) Select...

    products.aspose.com/diagram/net/object/insert-o...
  4. Convert Visio to SVG via Python | products.aspo...

    Sample Python conversion Visio to SVG file. Use this example code to convert Visio to SVG within any Python based application.... Load VSDX file with an instance of Diagram...diagram import * // load the Vsdx in an object of Diagram diagram...

    products.aspose.com/diagram/python-net/conversi...
  5. 公共 API Aspose.Diagram 6.8.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....vsdx" , SaveFileFormat . VSDX ); 设置图层的颜色复选框 开发者可以使用...Diagram ( "c:\\temp\\Drawing1.vsdx" ); // Get Visio page Page page...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  6. Working with Text Boxes|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....vsdx" ); // get the page by its name..."FormatShapeTextBlock_Out.vsdx" , SaveFileFormat . VSDX ); Rotate and Set...

    docs.aspose.com/diagram/java/working-with-text-...
  7. Insert Image|Documentation

    This section explains how to insert a image in a visio page with Aspose.Diagram. Support using C# to insert image and save as pdf, svg, html, image, xps and other formats....vsdx" ); Page page = diagram . Pages..."AddImageToPage_out.vsdx" , SaveFileFormat . VSDX ); Insert Image...

    docs.aspose.com/diagram/net/drawing/insert-image/
  8. Aspose.Diagram for Python via Java Limitations ...

    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....vsdx" , SaveFileFormat . VSDX ); } } Aspose.Diagram...diagram . save ( "out.vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  9. 更新、删除字段|Documentation

    本节说明如何更新或删除字段。...vsdx" ); // Get Visio page Aspose..."UpdateField_out.vsdx" , SaveFileFormat . VSDX ); 删除字段 以下代码段删除形状中的字段。...

    docs.aspose.com/diagram/zh/net/update-remove-fi...
  10. 画正方形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制正方形。支持使用C#绘制正方形并保存为pdf、svg、html、image、xps等格式。...vsdx" ); //Draw square in page diagram..."DrawSquareInPage_out.vsdx" , SaveFileFormat . VSDX ); 在 SVG 中绘制正方形...

    docs.aspose.com/diagram/zh/net/drawing/draw-squ...