Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 20,774 for

savefileformat

(0.41 sec)
  1. 公共 API Aspose.Diagram 16.11.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 ); 呈现宏“代码”时出错:为参数...@"C:\temp\Output.vsdx" , SaveFileFormat . VSDX ); 呈现宏“代码”时出错:为参数...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  2. Working with Projects in C++ | Aspose.Tasks Doc...

    This guide explains how to create and save project files using Aspose.Tasks for C++ without Microsoft Office dependencies....values provided by the SaveFileFormat enumeration type. At present...Aspose::Tasks::Saving::SaveFileFormat::XML); Examples-CPP-Wo...

    docs.aspose.com/tasks/cpp/creating-and-saving/
  3. Ինչպես փոխարկել VSX-ը HTML-ի Java-ում

    Այս կարճ ձեռնարկը ձեզ ուղղորդում է, թե ինչպես փոխարկել VSX-ը HTML-ի Java-ում: Դուք կարող եք բեռնել մուտքագրման դիագրամը և հեշտությամբ ստեղծել HTML VSX-ից Java-ում API-ի մի քանի զանգերի միջոցով ցանկացած օպերացիոն համակարգում, ինչպիսիք են MS Windows-ը, Linux-ը կամ macOS-ը:...HTML ֆայլը՝ օգտագործելով SaveFileFormat թվարկումը Այս քայլերում...մեթոդը ընդունում է արժեք SaveFileFormat թվարկումից, որը սահմանում...

    kb.aspose.com/hy/diagram/java/how-to-convert-vs...
  4. Public API Changes in Aspose.Diagram 6.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....vsdx" , SaveFileFormat . VSDX ); Set the Color..."c:\\temp\\AddLayer_Out.vsdx" , SaveFileFormat . VSDX ); Adds InheritFill...

    docs.aspose.com/diagram/java/public-api-changes...
  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. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....supported save formats see the SaveFileFormat Enum. Saving Visio Diagram...also offers an additional SaveFileFormat parameter to specify the...

    docs.aspose.com/diagram/net/save-visio-document/
  7. 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-...
  8. 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...
  9. Java Microsoft Project Files Conversion

    Convert Microsoft Project MPP MPT MPX to HTML PDF Excel and JPG PNG BMP TIFF Images via Java library....file and SaveFileFormat.PDF as parameters. SaveFileFormat enumeration...like image output file and SaveFileFormat with relevant image selection...

    products.aspose.com/tasks/java/conversion/
  10. Moving Tasks | Aspose.Tasks Documentation

    This page discusses how to move tasks using Aspose.Tasks for C++. The content includes best practices and examples....Aspose::Tasks::Saving::SaveFileFormat::MPP); Examples-CPP-Wo...Aspose::Tasks::Saving::SaveFileFormat::MPP); Examples-CPP-Wo...

    docs.aspose.com/tasks/cpp/moving-tasks/