Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 20,158 for

savefileformat

(0.05 sec)
  1. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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 ); Insert a Text..."C:\\temp\\Output.vsdx" , SaveFileFormat . VSDX ); Public API Changes...

    docs.aspose.com/diagram/java/public-api-changes...
  2. Creating an Empty Project File in PHP | Aspose....

    Learn how to create an empty project file using Aspose.Tasks for Java in your PHP applications....xml" ); 4 5 $saveFileFormat = new SaveFileFormat(); 6 7 $project...save ( $project_stream , $saveFileFormat -> XML ); 8 9 $project_stream...

    docs.aspose.com/tasks/java/creating-an-empty-pr...
  3. Public API Changes in Aspose.Diagram 6.6.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....VSSM and VSTM formats in SaveFileFormat class This version adds...( @"c:\temp\out.vssm" , SaveFileFormat . VSSM ); Error rendering...

    docs.aspose.com/diagram/net/public-api-changes-...
  4. Saving Project Data to Excel Format | Aspose.Ta...

    This article explains how to export Project data to Excel using Aspose.Tasks for Java....to XLSX format using the SaveFileFormat enumeration type. To save...the project to XLSX using SaveFileFormat.XLSX. Saving a Project...

    docs.aspose.com/tasks/java/saving-project-data-...
  5. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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 ); Error rendering...@"C:\temp\Output.vsdx" , SaveFileFormat . VSDX ); Error rendering...

    docs.aspose.com/diagram/net/public-api-changes-...
  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/python-net/save-visio-d...
  7. Archive

    archives...provides the save(string, SaveFileFormat) method that saves the...format. The API provides the SaveFileFormat enumeration for saving...

    blog.aspose.com/tasks/convert-mpp-to-tiff-in-java/
  8. Weekday Properties in PHP | Aspose.Tasks Docume...

    Learn how to work with Microsoft Project (MPP/XML) weekday properties using Aspose.Tasks Java for PHP....3240 ); 14 15 $saveFileFormat = new SaveFileFormat(); 16 17 $project..."weekday_properties.xml" , $saveFileFormat -> XML ); 18 19 print "Set...

    docs.aspose.com/tasks/java/weekday-properties-i...
  9. Working with Currency Properties in PHP | Aspos...

    Learn how to manage Microsoft Project (MPP/XML) currency properties using Aspose.Tasks Java for PHP....After ); 14 15 $saveFileFormat = new SaveFileFormat(); 16 17 $project..."currency_properties.xml" , $saveFileFormat -> XML ); 18 19 print "Set...

    docs.aspose.com/tasks/java/currency-properties-...
  10. Setting Attributes for New Tasks in PHP | Aspos...

    Learn how to set attributes for tasks when creating new projects using Aspose.Tasks Java for PHP....CurrentDate ); 8 9 $saveFileFormat = new SaveFileFormat(); 10 11 $project..."set_attributes_for_new_tasks.xml" , $saveFileFormat -> XML ); 12 13 print "Set...

    docs.aspose.com/tasks/java/setting-attributes-f...