Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 369,807 for

save

(0.16 sec)
  1. Cell.cell_format property | Aspose.Words for Py...

    Cell.cell_format property. Provides access to the formatting properties of the cell.... save ( file_name = ARTIFACTS_DIR.... Color . light_green doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. C++ API to Convert XML to TSV | products.aspose...

    Convert XML to TSV via C++ API without using Microsoft Excel or Adobe Reader...Convert XML to XLSX by using Save member function Load XLSX document...reference Save the document to TSV format using Save member function...

    products.aspose.com/total/cpp/conversion/xml-to...
  3. Convert HTML to MSG via Java | products.aspose.com

    Try the code sample to convert HTML files to MSG format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...to MSG format allows users to save individual email messages in...

    products.aspose.com/email/java/conversion/html-...
  4. Working with GridJs storage|Documentation

    This article describes the general file processing for GridJs.... GridJs will also save all shapes/images to a zip archive...operation. In this action, a save back to the cache file occurs...

    docs.aspose.com/cells/net/aspose-cells-gridjs/s...
  5. 公共 API Aspose.Diagram 6.6.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....code ); } // save the Visio diagram diagram . Save ( "c:\\temp\\out...ByteArrayOutputStrea (); doc . save ( outStream , com . aspose ...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  6. Show and Hide Rows, Columns, and Scroll Bars wi...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the C++ language and the Aspose.Cells API. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....5 ); // Save the modified Excel file workbook . Save ( outputFilePath...<< "Excel file modified and saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/show-and-hide-rows-co...
  7. Convert EPUB to PPS via Java API | products.asp...

    Java API to Convert EPUB to PPS without using Microsoft Word...Convert EPUB to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPS format using save method and...

    products.aspose.com/total/java/conversion/epub-...
  8. Convert EPUB to ODP via Java API | products.asp...

    Java API to Convert EPUB to ODP without using Microsoft Word...Convert EPUB to PPTX by using save method Load PPTX document by...Presentation class Save the document to ODP format using save method and...

    products.aspose.com/total/java/conversion/epub-...
  9. Convert EPUB to PPT via Java API | products.asp...

    Java API to Convert EPUB to PPT without using Microsoft Word...Convert EPUB to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPT format using save method and...

    products.aspose.com/total/java/conversion/epub-...
  10. Setting Print Options with C++|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C++ API and Library. You can set the Print Area, Print Titles, and Page Order...."A1:T35" ); // Save the workbook workbook . Save ( outDir + u "SetPrintArea_out..."$1:$2" ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/setting-print-options/