Sort Score
Result 10 results
Languages All
Labels All
Results 5,891 - 5,900 of 367,871 for

save

(0.15 sec)
  1. Make HTML Using C++

    Make a new HTML in C++ in a few steps. Easily create HTML using C++ library....creating a HTML document using C++ Save the output HTML file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.html" ); using namespace...

    products.aspose.com/words/cpp/make/html/
  2. Make DOC Using C++

    Make a new DOC in C++ in a few steps. Easily create DOC using C++ library....creating a DOC document using C++ Save the output DOC file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.doc" ); using namespace...

    products.aspose.com/words/cpp/make/doc/
  3. Convert DIF to DOCM using Python or with free O...

    DIF to DOCM conversion in your Python applications without using Microsoft Office or online. Test free DIF to DOCM online converter quickly before integrating the code....NET API can be used to save the created HTML into desired...Workbook class Save DIF file to HTML by using save(file, SaveFormat...

    products.aspose.com/total/python-net/conversion...
  4. Public API Changes in Aspose.Cells 8.4.2|Docume...

    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...."End Sub" ); //Save the workbook workbook . save ( output , SaveFormat..., 6 , 3 ); //Save the workbook workbook . save ( output ); Enumeration...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Aspose.Cells 8.6.0中的公共API更改|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.... add ( "test" , "test" ); //Save the metadata information to...spreadsheet file metaWorkbook . save ( filePath ); 新增HtmlSaveOptions...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Working with Clips in PostScript | C++

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++...already created output stream and save options. Create a new graphics...filled rectangle. Close the page. Save the document. Copy 1 // The...

    docs.aspose.com/page/cpp/ps/working-with-clips/
  7. Format and Modify Named Ranges with C++|Documen...

    Learn how to format, rename, merge, and remove named ranges in Excel files using Aspose.Cells with C++.... Save ( outDir + u "rangestyles.out...Blue ()); // Saving the Excel file workbook . Save ( outDir + u...

    docs.aspose.com/cells/cpp/format-and-modify-nam...
  8. 通过 C++ 在 Node.js 中为命名区域设置公式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 为电子表格中的命名区域设置公式。...calculateFormula (); // Save the result in XLSX format book . save ( path ....$A$1,9)" ); // Save the workbook book . save ( path . join (...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-for...
  9. Working with Images in XPS file | .NET

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... You need to create and and save . The following code snippet...)); 14 // Save resultant XPS document 15 doc. Save (OutputDir...

    docs.aspose.com/page/zh/net/xps/working-with-im...
  10. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with Java. Step-by-step guide with code samples.... Save the presentation to disk in...); // Get the chart image and save it to a stream. com . aspose...

    docs.aspose.com/slides/java/creating-excel-char...