Sort Score
Result 10 results
Languages All
Labels All
Results 6,651 - 6,660 of 369,791 for

save

(0.15 sec)
  1. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the cells as needed....SetDefaultStyle ( st ); // Save the workbook wb . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-style-object-u...
  2. Convert PS to PPTM via Java API | products.aspo...

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

    products.aspose.com/total/java/conversion/ps-to...
  3. Convert MD to POTX via Java API | products.aspo...

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

    products.aspose.com/total/java/conversion/md-to...
  4. Convert CGM to PPSX via Java API | products.asp...

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

    products.aspose.com/total/java/conversion/cgm-t...
  5. How to Convert MPP to Excel using Java

    This topic provides details about how to convert MPP to Excel using Java. You can export a MPP file to Excel using Java with the help of a well defined steps and sample code containing few of lines of code....for the root task if required Save the resultant MPP project file...path of the MPP file and then save it to the desired format like...

    kb.aspose.com/tasks/java/how-to-convert-mpp-to-...
  6. How to Convert PPTX to PPT in Java

    This tutorial guides on how to convert PPTX to PPT in Java. It shares the configuration details, program sequence and a runnable sample code to change PPTX to PPT in Java....loaded PPTX presentation before saving it back as a PPT file. Steps...deleting a slide Set the view type Save the modified presentation as...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  7. Aspose.PSD for .NET 23.10 - 发布说明|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 时出现的空引用异常 错误 公共 API 更改 新增 API:...( sourceFile )) { psdImage . Save ( outputFile , new PngOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Specific Parameters of 1D Barcode Types|Documen...

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for .NET... Save ( $"{path}BarHeight40Code128...BarHeight . Pixels = 80 ; gen . Save ( $"{path}BarHeight80Code128...

    docs.aspose.com/barcode/net/1d-barcode-types/
  9. Setting Formula for Named Range with Node.js vi...

    Learn how to set formulas for named ranges in spreadsheets using 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/nodejs-cpp/setting-formul...
  10. Converting a XSLFO file to DOC using C++ | Aspo...

    Sample code for XSLFO to DOC conversion using C++. Use C++ example for batch XSLFO to DOC conversion....Save method while passing the output...SaveFormat.Doc as parameters Save the output DOC file Here is...

    products.aspose.com/pdf/cpp/conversion/xslfo-to...