Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 375,795 for

save

(1.25 sec)
  1. C# API to Export MD to DOT | products.aspose.com

    Convert MD to DOT without using Microsoft Word...class Convert MD to Doc by using Save method Load Doc file by using...Aspose.Words Save the document to DOT format using Save method and...

    products.aspose.com/total/net/conversion/md-to-...
  2. 加载文件时自动调整行高,使用JavaScript通过C++|Documentation

    学习如何在使用Aspose.Cells for Java脚本通过C++加载文件时调整非自定义高度的行。...arrayBuffer ); // Load workbook and save as out.pdf const workbook =...const outputData = workbook . save ( SaveFormat . Pdf ); const...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  3. Working with Layers|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....( "0" ); } } // save diagram diagram . save ( dataDir + "Con... getIX ())); // save diagram diagram . save ( dataDir + "AddLayer_Out...

    docs.aspose.com/diagram/java/working-with-layers/
  4. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。..."NewCust" ); // Save modified workbook workbook . Save ( outputFilePath..."Cust_Modified" ); // Save updated workbook workbook . Save ( u "output...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...
  5. Manage Audio in Presentations Using PHP|Aspose....

    Create and control audio frames in Aspose.Slides for PHP—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations.... Save the modified presentation. This...PowerPoint file to disk $pres -> save ( "AudioFrameEmbed_out.pptx"...

    docs.aspose.com/slides/php-java/audio-frame/
  6. 使用C++通过JavaScript更改Excel文本框或形状的字符间距|Documentation

    使用C++的Aspose.Cells for JavaScript,通过JavaScript更改Excel文本框或形状的字符间距。... spacing = 4 ; // Save the workbook in xlsx format...const outputData = workbook . save ( SaveFormat . Xlsx ); const...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  7. Protect and Unprotect Worksheet with JavaScript...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for JavaScript via C++.... password = "test" ; // Save as Excel file and provide download...const outputData = workbook . save ( SaveFormat . Xlsx ); const...

    docs.aspose.com/cells/javascript-cpp/protect-an...
  8. Extract Assets from 3DS File Formats via Java |...

    Sample Java extract assets code for 3DS file. Use this example code to extract assets from 3DS file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/3ds/
  9. Manage Presentation Hyperlinks in .NET|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET—enhance interactivity and workflow in minutes.... Save ( "presentation-out.pptx" ,...trust Aspose APIs" ; pres . Save ( "pres-out.pptx" , SaveFormat...

    docs.aspose.com/slides/net/manage-hyperlinks/
  10. Add Figures Annotations using C#|Aspose.PDF for...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for .NET...lineAnnotation ); // Save PDF document document . Save ( dataDir + "...squareAnnotation ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/figures-annotation/