Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 373,297 for

save

(0.13 sec)
  1. ActiveX|Aspose.Slides for Python Documentation

    Learn how to find, edit, and remove ActiveX controls in Python with Aspose.Slides, including property updates for PowerPoint presentations.... save ( "activex.pptm" , slides ....remove_at ( 0 ) presentation . save ( "activex_removed.pptm" , slides...

    docs.aspose.com/slides/python-net/examples/elem...
  2. DocumentBuilder.insertNode method | Aspose.Word...

    DocumentBuilder.insertNode method. Inserts a node before the cursor.... save ( base . artifactsDir + "Image...insertNode ( shape ); doc . save ( base . artifactsDir + "Image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Remove DOT Annotation Online or Manage Annotati...

    delete comments from DOT file through online app for free. Android API code to manage comments of DOT 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. Remove DOCX Annotation Online or Manage Annotat...

    delete comments from DOCX file through online app for free. Android API code to manage comments of DOCX 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...
  5. 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...
  6. 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...
  7. 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...
  8. Create AcroForms - Create Fillable PDF in PHP|A...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for PHP via Java....$textBoxField , 1 ); // Save modified PDF $document -> save ( $outputFile...$radio ); // save the PDF file $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/create-forms/
  9. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....CalculateFormula (); // Save the result in XLSX format book . Save ( outDir...$A$1,9)" ); // Save the workbook book . Save ( outDir + u "output_out...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  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/