Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 375,758 for

save

(1.78 sec)
  1. Remove XLS Annotation Online or Manage Annotati...

    delete comments from XLS file through online app for free. Android API code to manage comments of XLS files....respectively Call the save method to save the file Code : Remove...the comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  2. Remove ODS Annotation Online or Manage Annotati...

    delete comments from ODS file through online app for free. Android API code to manage comments of ODS files....respectively Call the save method to save the file Code : Remove...the comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  3. Remove XLSM Annotation Online or Manage Annotat...

    delete comments from XLSM file through online app for free. Android API code to manage comments of XLSM files....respectively Call the save method to save the file Code : Remove...the comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  4. Aspose.PSD for .NET 19.8 - 发行说明|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.... Save ( outputFilePath ); } PSDNET-134...fillLayer . Update (); psdImage . Save ( fileName + "_" + gradientType...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  5. Aspose::Words::FileFormatUtil::ImageTypeToExten...

    Aspose::Words::FileFormatUtil::ImageTypeToExtension method. Converts an Aspose.Words image type enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/cpp/aspose.words/fil...
  6. Table|Aspose.Slides for PHP Documentation

    Create and format tables in PHP with Aspose.Slides: insert data, merge cells, style borders, align content, and import/export for PPT, PPTX and ODP....$heights ); $presentation -> save ( "table.pptx" , SaveFormat...( $table ); $presentation -> save ( "table_removed.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/examples/elemen...
  7. 通过Node.js与C++删除命名范围|Documentation

    您可以学习如何使用Aspose.Cells for Node.js via C++从Excel或OpenOffice文件中删除定义的名称或命名范围。... removeAt ( 0 ); } // Save the workbook to retain the changes...changes. workbook . save ( "Book2.xlsx" ); 注意:如果定义的名称被公式引用,则无法删除。我们只能删除定义名称的公式。...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-name...
  8. Render Resource Usage View | Aspose.Tasks Docum...

    Learn how to render Microsoft Project (MPP/XML) resource usage view using Aspose.Tasks for C# and VBScript....t::ResourceUsage); 10 11 // Save the Project 12 System ::String...s_out.pdf" ; 13 project1 -> Save(dataDir + outputFile, options);...

    docs.aspose.com/tasks/cpp/resource-usage-view/
  9. Load or Import CSV file with Formulas via JavaS...

    Learn how to load and import CSV files containing formulas using Aspose.Cells for JavaScript via C++....> Load CSV with Formulas and Save as XLSX < /title> < /head> <...> Load CSV with Formulas and Save as XLSX < /h1> < input type...

    docs.aspose.com/cells/javascript-cpp/load-or-im...
  10. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for C++ library....imageStamp ); // Save output document document -> Save ( _dataDir +...( imageStamp ); document -> Save ( _dataDir + u "ControlImageQuality_out...

    docs.aspose.com/pdf/cpp/image-stamps-in-pdf-page/