Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 7,454 for

savefileformat vsd

(0.14 sec)
  1. 使用保护|Documentation

    本节介绍如何在 diagram 和 Aspose.Diagram 中设置保护。...vsd" ); diagram . DocumentSettings..."VisioDiagramProtecti_out.vdx" , SaveFileFormat . VDX ); 设置Visio形状的保护 保护...

    docs.aspose.com/diagram/zh/net/working-with-pro...
  2. 添加、检索、复制和读取 Visio 形状数据|Documentation

    本节介绍如何添加形状、设置形状的属性或使用 Aspose.Diagram 复制形状。...vsdx" , SaveFileFormat . VSDX ); System . out...dataDir + "RetrieveShapeInfo.vsd" ); for ( com . aspose . diagram...

    docs.aspose.com/diagram/zh/java/add-retrieve-co...
  3. Edit Connector Geometry Section in the ShapeShe...

    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....constructor to load diagram from a VSD file diagram = Rjb :: import.... new ( data_dir + "Drawing.vsd" ) #set connector shape id connector_id...

    docs.aspose.com/diagram/java/edit-connector-geo...
  4. Remove Shape Protection|Documentation

    This section explains how to remove shape protection using Aspose.Diagram for Python via Java....vsd" ) # get page by name page =..."VisioShapeProtection_Out.vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/python-java/remove-shap...
  5. Remove Shape Protection|Documentation

    This section explains how to remove shape protection using Aspose.Diagram....vsd" ); // get page by name Page..."VisioShapeProtection_Out.vsdx" , SaveFileFormat . VSDX );...

    docs.aspose.com/diagram/java/remove-shape-prote...
  6. Create flowchart style organization chart in VS...

    Python source code to create flowchart style organization chart in vss file within any Python based application...."outpath_with_filename" , SaveFileFormat.VSDX) About Aspose.Diagram...objects that can be included in a .VSD Visio drawing. Microsoft Visio...

    products.aspose.com/diagram/python-net/flowchar...
  7. Create flowchart style organization chart in VS...

    Python source code to create flowchart style organization chart in vss file within any Python based application...."outpath_with_filename" , SaveFileFormat.VSDX) About Aspose.Diagram...objects that can be included in a .VSD Visio drawing. Microsoft Visio...

    products.aspose.com/diagram/python-java/flowcha...
  8. 保护 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....vsd" ); Page page0 = diagram . Pages..."ProtectedShapesFile.vdx" , SaveFileFormat . VDX ); 下载示例代码 比特桶 从 Visio...

    docs.aspose.com/diagram/zh/net/protect-shapes-i...
  9. Create a New Diagram in VSTO and Aspose.Diagram...

    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" ); //Load Visio Stencil Visio...Save ( "Drawing1.vdx" , SaveFileFormat . VDX ); Download Sample...

    docs.aspose.com/diagram/net/create-a-new-diagra...
  10. 使用文本|Documentation

    本节介绍如何使用 Aspose.Diagram 插入文本形状或更新形状的文本。...vsdx" , SaveFileFormat . VSDX ); 更新 Visio 形状文本...( dataDir + "UpdateShapeText.vsd" ); // Get page by name Page...

    docs.aspose.com/diagram/zh/net/working-with-text/