Sort Score
Result 10 results
Languages All
Labels All
Results 6,901 - 6,910 of 346,983 for

save

(0.22 sec)
  1. Remove DOTM Annotation Online or Manage Annotat...

    delete comments from DOTM file through online app for free. Android API code to manage comments of DOTM files....all comments Call the save method to save the file. Code : Delete...this comment Call the save method to save the file Add Comments...

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

    delete comments from TXT file through online app for free. Android API code to manage comments of TXT files....all comments Call the save method to save the file. Code : Delete...this comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  3. Remove Word Annotation Online or Manage Annotat...

    delete comments from Word file through online app for free. Android API code to manage comments of Word files....all comments Call the save method to save the file. Code : Delete...this comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  4. Password Protect or Unprotect the Shared Workbo...

    Learn how to password protect or unprotect a shared workbook using Aspose.Cells for C++....while enabling sharing and saves it as output Excel file . The..."1234"); // Save the output Excel file wb . Save ( u "outputProtectSharedW...

    docs.aspose.com/cells/cpp/password-protect-or-u...
  5. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。..."1234" ); // Save the excel file workbook . Save ( outputFilePath..."1234" ); // Save the excel file workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  6. Set Visio Shape's Fill data in PHP|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...."#ebf8df" ); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "SetShapeFillData...

    docs.aspose.com/diagram/java/set-visio-shape-s-...
  7. How to Scale a Worksheet with Node.js via C++|D...

    This article shows you code explaining how to scale a worksheet using Aspose.Cells for Node.js via C++....( 1 ); // Save the modified workbook workbook . save ( "output_fit_to_page...75 ); // Save the modified workbook workbook . save ( "output_scaled_percentage...

    docs.aspose.com/cells/nodejs-cpp/how-to-scale-a...
  8. Remove PDF Annotation Online or Manage Annotati...

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

    products.aspose.com/total/android-java/annotate...
  9. Feature List | Aspose.Page for Java

    Feature List page provides you with the information on what you can do and with which Page Description Languages working with this API solution for Java....model classes Save XPS documents as raster images Save XPS documents...XPS elements Save PDF to stream Manipulate, save and convert XPS...

    docs.aspose.com/page/java/feature-list/
  10. 在PDF中装饰表单字段|Aspose.PDF for .NET

    探索如何在PDF文档中装饰表单字段,使用Aspose.PDF在.NET中添加视觉增强效果,如边框。...DecorateField 方法,最后使用 FormEditor 类的 Save 方法保存更新后的PDF。以下代码片段向您展示了如何装饰特定的表单字段。...( "City" ); // Save PDF document editor . Save ( dataDir + "Sample-Form-02...

    docs.aspose.com/pdf/zh/net/decorate-form-field/