Sort Score
Result 10 results
Languages All
Labels All
Results 8,151 - 8,160 of 373,254 for

save

(0.17 sec)
  1. Convert DOTX to POTM via C++ or with free Onlin...

    Export DOTX to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX to POTM online converter quickly before integrating the code....create a new presentation and save it as POTM. The process is simple...Convert DOTX to HTML by using Save member function Initialize a...

    products.aspose.com/total/cpp/conversion/dotx-t...
  2. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up presentation editing and data updates....); } } // Saves the presentation to disk pres . save ( "pres.pptx"...row. Clone the table column. Save the modified presentation. This...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  3. Add PDF Header and Footer|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add headers and footers to your PDF file using TextStamp class....textStamp ); } // Save updated document pdfDocument . save ( _dataDir...pdf" ; // Save updated PDF file pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/add-headers-and-footer...
  4. 向幻灯片添加注释|Aspose.Slides 文档

    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....Text () { Text = text }); // Save the comment authors part. authorsPart.... CommentAuthorList . Save (); // Save the comments part. commentsPart...

    docs.aspose.com/slides/zh/net/add-a-comment-to-...
  5. Copying Rows and Columns with Node.js via C++|D...

    This article shows how to copy rows and columns through the Aspose.Cells for Node.js via C++ API....15 ); // Save the excel file. excelWorkbook1 . save ( path ...., 3 ); // Save the result on disc workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/copying-rows-a...
  6. Add Header and Footer to PDF|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add headers and footers to your PDF file using TextStamp class....textStamp ); } // Save updated document document -> Save ( _dataDir...textStamp ); } // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/add-headers-and-footers...
  7. 创建具有原始 3D 形状的场景|Documentation

    Aspose.3D for Java API 支持基元 3D 形状。所有参数化图元将自动转换为网格,同时以任何支持的输出文件格式保存。..."cylinder" , new Cylinder ()); // Save drawing in the FBX format MyDir...getOutputFilePath ( "test.fbx" ); scene . save ( MyDir , FileFormat . FBX7500ASCII...

    docs.aspose.com/3d/zh/java/create-scene-with-pr...
  8. 更改页面大小|Documentation

    本节介绍如何使用 Aspose.Diagram 更改 visio 文件中的页面大小。... Value = 11 ; // Save Visio diagram . Save ( dataDir + "SetPageSize_out...

    docs.aspose.com/diagram/zh/net/change-page-size/
  9. 通过Node.js和C++为Excel工作簿的VBA项目设置密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++为Excel工作簿的VBA项目加密密码。..."11" ); // Save the output Excel file workbook . save ( path ....

    docs.aspose.com/cells/zh/nodejs-cpp/password-pr...
  10. Split a Document in Python|Aspose.Words for Pyt...

    Split a document into several files using Python. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....them, for example, to mark up, save, or send. Aspose.Words provides...format. Split the document. Save the output documents. After...

    docs.aspose.com/words/python-net/split-a-document/