Sort Score
Result 10 results
Languages All
Labels All
Results 8,811 - 8,820 of 311,342 for

save

(0.12 sec)
  1. 从单元格中删除文本|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 (); } } // Given a worksheet...ToString (); } } } worksheet . Save (); } document . WorkbookPart...

    docs.aspose.com/cells/zh/net/delete-text-from-a...
  2. How to Convert Microsoft Project File to XPS in...

    This tutorial provides details on how to convert Microsoft Project file to XPS in Java. It will assist to convert MPP file format to XPS without using MS Project application....object Save the MPP document to XPS by calling the save function...file from the disc and then saving it as an XPS file. The Project...

    kb.aspose.com/tasks/java/how-to-convert-microso...
  3. 保护和取消保护工作簿|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....true ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit..."007" ); //Save As the excel file. workbook . Save ( @"d:\test\MyBook...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  4. How to use insertBom parameter in the method Ba...

    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 ( fullPath . toString (), BarCodeImageFormat... ISO_8859_1 ); generator2 . save ( Paths . get ( folderPath ...

    docs.aspose.com/barcode/java/how-to-use-insert-...
  5. 在现有PDF中操作表格|Aspose.PDF for .NET

    学习如何使用Aspose.PDF for .NET处理现有PDF中的表格,提供文档修改的灵活性。..."hi world" ; // Save PDF document document . Save ( dataDir + "ManipulateTable_out...newTable ); // Save PDF document document . Save ( dataDir + "ReplaceTable_out...

    docs.aspose.com/pdf/zh/net/manipulate-tables-in...
  6. 将圆形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将圆形对象创建到您的PDF中。...( graph ); // Save PDF document document . Save ( dataDir + "DrawingCircle1_out...( graph ); // Save PDF document document . Save ( dataDir + "DrawingCircle2_out...

    docs.aspose.com/pdf/zh/net/add-circle/
  7. Edit HTML Document in Python – Aspose.HTML for ...

    Learn how to edit HTML Document Object Model in Python, how to create, populate and add HTML elements, and how to edit inline and internal CSS....NET Create, Edit, and Save HTML Edit HTML Document Live...using the append_child() method. Save the HTML document to a file...

    docs.aspose.com/html/python-net/edit-html-docum...
  8. 在Java中将PowerPoint转换为HTML|Aspose.Slides 文档

    在Java中转换PowerPoint为HTML:将PPTX或PPT保存为HTML。在Java中将幻灯片保存为HTML... 使用 Save 方法将对象保存为HTML文件。 以下代码演示了如何在J...false )); // 保存演示文稿为HTML pres . save ( "ConvertWholePresenta_out...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  9. 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-...
  10. 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...