Sort Score
Result 10 results
Languages All
Labels All
Results 9,241 - 9,250 of 367,838 for

save

(0.13 sec)
  1. 在 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....getValue ()); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "SetShapeHeightAndWid...

    docs.aspose.com/diagram/zh/java/set-the-height-...
  2. Add TOC to Existing PDF in Python|Aspose.PDF fo...

    Discover how to add a Table of Contents (TOC) to an existing PDF document using Python and Aspose.PDF for better navigation....heading2 ) i += 1 # Save PDF Document doc . save ( self . dataDir...

    docs.aspose.com/pdf/python-java/add-toc-to-exis...
  3. Manage Video Frames in Presentations in .NET|As...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for .NET. Fast how-to guide.... Save the modified presentation. This...video ); // Saves the presentation to disk pres . Save ( "pres-with-video...

    docs.aspose.com/slides/net/video-frame/
  4. 使用 JavaScript 通过 C++ 将 XLSB 的修订转换为 XLSM|Documen...

    学习如何完全将 XLSB 文件的修订转换为 XLSM 格式,使用 Aspose.Cells for JavaScript 通过 C++。...Uint8Array ( arrayBuffer )); // Save Workbook to XLSM format const...const outputData = workbook . save ( SaveFormat . Xlsm ); const...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  5. Cell.first_paragraph property | Aspose.Words fo...

    Cell.first_paragraph property. Gets the first paragraph among the immediate children.... save ( file_name = ARTIFACTS_DIR...append_child ( inner_table ) doc . save ( ARTIFACTS_DIR + 'Table.create_nested_table...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 在 PHP 中设置 Visio 形状的线数据|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....1 ); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "SetShapeLineData...

    docs.aspose.com/diagram/zh/java/set-visio-shape...
  7. 使用C++编辑工作表的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何编辑工作表的超链接。...com" ); } // Save the modified workbook to the...the output file workbook . Save ( outDir + u "output_out.xlsx"...

    docs.aspose.com/cells/zh/cpp/editing-hyperlinks...
  8. MailMergeSettings.ActiveRecord | Aspose.Words f...

    Discover MailMergeSettings. Customize your Microsoft Word documents by selecting the desired record index from your data source. Start with ease!... Once we do that and save the document, // Microsoft Word... settings . Clear (); doc . Save ( ArtifactsDir + "MailMerge...

    reference.aspose.com/words/net/aspose.words.set...
  9. Convert PNG to ICO Format using Python

    Follow this article to convert PNG to ICO format using Python. It has all the details to set the IDE, a list of steps, and a sample code to transform PNG to icon using Python....object using class IcoOptions Save the image as .ICO These steps...Invoke the Save method using the IcoOptions object to save the icon...

    kb.aspose.com/imaging/python/convert-png-to-ico...
  10. How to Add Comments in Word using Java

    In this short tutorial we will see how to add comments in Word using Java. This process can be followed in any operating system like Windows, macOS and Ubuntu to insert comment in Word document using Java....available for a Word file and save the file again as DOCX . Here...document paragraph using Java Save the file after adding the comments...

    kb.aspose.com/words/java/how-to-add-comments-in...