Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 22,286 for

savefileformat

(0.12 sec)
  1. Auto-space a Collection of Shapes in the Visio ...

    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 ) Set Orientation...

    docs.aspose.com/diagram/python-java/auto-space-...
  2. Update Fields|Documentation

    This section explains how to update fields....vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/python-java/update-fields/
  3. Reduce File Size|Documentation

    This section explains how to reduce file size from a diagram with Aspose.Diagram for Python via Java....vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/python-java/reduce-file...
  4. 使用文本框|Documentation

    本节介绍如何使用 Aspose.Diagram 格式化文本形状。...vsdx" , SaveFileFormat . VSDX ); 旋转和设置 Visio 形状文本的位置..."SetShapeTextPosition_out.vsdx" , SaveFileFormat . VSDX ); 将形状的文本位置设置在底部...

    docs.aspose.com/diagram/zh/net/working-with-tex...
  5. Archive

    archives...formats are defined under SaveFileFormat enumeration. Please either...ImageSaveOptions class with the SaveFileFormat.Jpeg as an argument. After...

    blog.aspose.com/tasks/export-ms-project-mpp-to-...
  6. Working with Task Links in PHP | Aspose.Tasks D...

    Learn how to write Microsoft Project task links using Aspose.Tasks Java for PHP....StartToStart ); 38 39 $saveFileFormat = new SaveFileFormat(); 40 41 $project...save ( "TaskLinks.mpp" , $saveFileFormat -> MPP ); 42 43 print "Saved...

    docs.aspose.com/tasks/java/writing-updated-task...
  7. Convert Visio to HTML format|Documentation

    This topic show you how to convert Visio to html formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to html with a few lines of code....html" , SaveFileFormat . HTML ) jpype . shutdownJVM...diagram . save ( dstStream , SaveFileFormat . HTML ) # In you want...

    docs.aspose.com/diagram/python-java/convert-vis...
  8. Working with Connector Type Shape|Documentation

    This section explains how to set Connector Appearance with Aspose.Diagram....vsdx" , SaveFileFormat . VSDX ); Select Reroute..."RerouteConnectors_out.vsdx" , SaveFileFormat . VSDX ); Calculate Pin...

    docs.aspose.com/diagram/net/working-with-connec...
  9. 旋转 Visio 形状文字|Documentation

    如何使用 .NET Diagram API 在 visio 中旋转形状的文本。... Save ( dataDir , SaveFileFormat . VSDX ); 这个例子的工作原理如下:..."UpdateShapeText_out.vdx" , SaveFileFormat . VDX ); Visio加水印...

    docs.aspose.com/diagram/zh/net/rotate-visio-sha...
  10. Working with Projects | Aspose.Tasks Documentation

    Learn how to read, modify, save, and convert Microsoft Project MPP/XML files using Aspose.Tasks for .NET....xml" , SaveFileFormat. XML ); 3 4 // Save as... Save ( "output.mpp" , SaveFileFormat. Mpp ); 6 7 // Save as...

    docs.aspose.com/tasks/net/working-with-projects/