Sort Score
Result 10 results
Languages All
Labels All
Results 9,661 - 9,670 of 375,752 for

save

(0.17 sec)
  1. Remove PPTM Annotation Online or Manage Annotat...

    delete comments from PPTM file through online app for free. Android API code to manage comments of PPTM files....all authors Call the save method to save the file Code : Delete...comments addition Call the save method to save the file with added comments...

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

    delete comments from PPT file through online app for free. Android API code to manage comments of PPT files....all authors Call the save method to save the file Code : Delete...comments addition Call the save method to save the file with added comments...

    products.aspose.com/total/android-java/annotate...
  3. Delete text from a cell|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/net/delete-text-from-a-cell/
  4. 使用Python.NET锁定单元格保护它们|Documentation

    了解如何使用Aspose.Cells for Python via .NET锁定特定单元格和保护工作表。... ALL ) # Save protected workbook workbook . save ( "output.xlsx"... ALL ) # Save the modified workbook workbook . save ( "output_locked...

    docs.aspose.com/cells/zh/python-net/how-to-lock...
  5. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。...( table ); // Save PDF document document . Save ( dataDir + "RemoveTable_out...table ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  6. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content.... save ( output_file ) Get Caret Annotation...annotations . delete ( ca ) document . save ( output_file ) Redact certain...

    docs.aspose.com/pdf/python-net/extra-annotations/
  7. EPUB to PDF Merge using C++ | Aspose.PDF

    Combine two or more EPUB documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...new PDF page After the loop save the result Here is an example...Merge EPUB files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/epub-to-pdf/
  8. 使用 C++ via Node.js 在保存为PDF时仅更改单个Unicode字符的字体|Do...

    了解如何在使用Aspose.Cells for Node.js via C++保存为PDF时更改单个Unicode字符的字体。... autoFitColumns (); // Save to Pdf without setting PdfSaveOptions...IsFontSubstitutionCh workbook . save ( path . join ( dataDir , "SampleOutput_out...

    docs.aspose.com/cells/zh/nodejs-cpp/change-the-...
  9. 在xlsx4j中显示和隐藏工作簿的选项卡|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.... setShowTabs ( false ); //Saving the modified Excel file in...Excel 2003) format workbook . save ( dataDir + "AsposeHideTabs...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  10. Auto Filter Data|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 the spreadsheet. The code samples...EntireColumn . AutoFit (); //Save a copy of the workbook as a...

    docs.aspose.com/cells/net/auto-filter-data/