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

savefileformat

(0.35 sec)
  1. 将 Visio 转换为图像格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ); 也可以将特定页面保存为图像,而不是整个文档:...new ImageSaveOptions ( SaveFileFormat . PNG ); // Save one page...

    docs.aspose.com/diagram/zh/java/convert-visio-t...
  2. 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...
  3. 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...
  4. 合并组合 Diagram|Documentation

    本节说明如何合并 visio 文件...vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/zh/python-java/merge-co...
  5. 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/
  6. 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/zh/python-java/convert-...
  7. Defining Weekdays for Calendar in PHP | Aspose....

    Learn how to define calendar weekdays for Microsoft Project (MPP/XML) projects using Aspose.Tasks Java for PHP....$myWeekDay ); 62 63 $saveFileFormat = new SaveFileFormat(); 64 65 $project..."CalendarWeekdays.xml" , $saveFileFormat -> XML ); 66 67 print "Defined...

    docs.aspose.com/tasks/java/defining-weekdays-fo...
  8. Convert Project Data to Excel in C++ | Aspose.T...

    Learn how to convert Microsoft Project (MPP/XML) projects to Excel using Aspose.Tasks for C++....to XLSX format using the SaveFileFormat enumeration type. To save...the project to XLSX using SaveFileFormat.XLSX. Saving a Project...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  9. Create flowchart style organization chart in VS...

    Java source code to create flowchart style organization chart in vssx file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....vdx" , SaveFileFormat . VDX ); // set layout..."sample_top_btm.vdx" , SaveFileFormat . VDX ); // set layout...

    products.aspose.com/diagram/java/flowchart/vssx/
  10. Create flowchart style organization chart in VS...

    Java source code to create flowchart style organization chart in vsd file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....vdx" , SaveFileFormat . VDX ); // set layout..."sample_top_btm.vdx" , SaveFileFormat . VDX ); // set layout...

    products.aspose.com/diagram/java/flowchart/vsd/