Sort Score
Result 10 results
Languages All
Labels All
Results 9,621 - 9,630 of 379,086 for

save

(0.23 sec)
  1. Resize Image in a Word Document|Aspose.Words fo...

    Resize an image in a Word document. NPOI does not provide an opportunity to resize an image using C#....5 ); // Save document on file location. builder...builder . Document . Save ( "ImageReSize.doc" ); The ConvertUtil...

    docs.aspose.com/words/net/resize-image-in-word-...
  2. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++....); // Save the workbook in xlsx format workbook . save ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...
  3. 用 Node.js 通过 C++ 删除工作簿中的未使用样式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 从工作簿中删除未使用的样式。...removeUnusedStyles (); // Save the file workbook . save ( path . join (...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-unus...
  4. 设置字段外观|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python 更改 PDF 表单字段的视觉外观。..." ) # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/zh/python-net/set-field-app...
  5. 设置字段对齐|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python 在 PDF 文档中设置表单字段的文本对齐方式。...ALIGN_CENTER ): # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/zh/python-net/set-field-ali...
  6. PageSetup.layoutMode property | Aspose.Words fo...

    PageSetup.layoutMode property. Gets or sets the layout mode of this section.... save ( base . artifactsDir + "PageSetup...dolore magna aliqua. " ); doc . save ( base . artifactsDir + "PageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 在 Visio 中用 Ruby 中的图层配置形状对象|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....end i += 1 end \ # Save diagram diagram . save ( data_dir + "Layers...

    docs.aspose.com/diagram/zh/java/configure-shape...
  8. Deal with PDF Forms in C# | Aspose.PDF

    Manage PDF Forms programmatically with C# sample code using Aspose.PDF for .NET.... Save the PDF file. Create PDF Forms...textBoxField , 1 ); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/acroforms/
  9. Merge Cells|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....of merging" ); //Save the Workbook. wbk . save ( dataDir + "merge_Aspose...

    docs.aspose.com/cells/java/merge-cells/
  10. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save the file. Add Table in PDF -...get_Paragraphs () -> Add ( table ); // Save updated document containing...

    products.aspose.com/pdf/cpp/table/