Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 23,610 for

vsdx

(0.15 sec)
  1. 公共 API Aspose.Diagram 5.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.... setSaveToolBar ( false ); VSDX 在 SaveFileFormat 中添加了保存选项 之前Aspose...之前Aspose.Diagram API支持读取VSDX格式,现在我们增加了VSDX格式写图的支持。示例代码: Java //...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  2. Public API Changes in Aspose.Diagram 5.8.0|Docu...

    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.... setSaveToolBar ( false ); VSDX Saving Option is added in the...Diagram API supported reading VSDX format, but now we have added...

    docs.aspose.com/diagram/java/public-api-changes...
  3. Merge Combine Diagram|Documentation

    This section explains how to combine visio file...vsdx" ) # Load another Visio diagram...Diagram ( "DrawingFlowChart.vsdx" ) diagram2 . combine ( diagram...

    docs.aspose.com/diagram/python-java/merge-combi...
  4. Aspose.Diagram for Node.js via Java Features|Do...

    Visio Diagram Node.js via Java API feature list include read, write, export, print and access Microsoft Visio 2003, 2007, 2010, 2013, VSD, VSSM, VSTX, VSSM, VST formats....Description Load Save Remarks VSDX MS Visio Drawing that uses OPC...or write Microsoft Visio 2013 VSDX format. Read or write Microsoft...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  5. Working with Comments|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" ); // Add comment diagram ...Out.vdx" , SaveFileFormat . VSDX ); Edit a Page-Level Comment...

    docs.aspose.com/diagram/java/working-with-comme...
  6. Convert Diagram Using LowCode API|Documentation

    Demonstrates how to use Aspose.Diagram LowCode APIs to convert Diagram....convert an VSDX file ( lowcode-converter.vsdx ) to VSDX format using...InputFile = dataDir + "Input.vsdx" ; // Create save options with...

    docs.aspose.com/diagram/net/convert-diagram-usi...
  7. Archive

    archives...learn how to convert VSD or VSDX Visio files to SVG in Java ...Converter—Free Download Convert Visio VSDX to SVG in Java Save a Specific...

    blog.aspose.com/diagram/convert-visio-to-svg-in...
  8. 合并组合 Diagram|Documentation

    本节说明如何合并 visio 文件...vsdx" ) # Load another Visio diagram...Diagram ( "DrawingFlowChart.vsdx" ) diagram2 . combine ( diagram...

    docs.aspose.com/diagram/zh/python-java/merge-co...
  9. Reduce File Size|Documentation

    This section explains how to reduce file size from a diagram with Aspose.Diagram for Python via Java....vsdx" ) # Remove hidden information...the VSDX format diagram . save ( "ReduceFileSize_Out.vsdx" , SaveFileFormat...

    docs.aspose.com/diagram/python-java/reduce-file...
  10. Merge Combine Diagram|Documentation

    This section explains how to combine visio file...vsdx" ); // Load another Visio diagram...diagram2 = new Diagram ( Drawing2 . vsdx "); diagram2 . Combine ( diagram...

    docs.aspose.com/diagram/net/merge-combine-diagram/