Sort Score
Result 10 results
Languages All
Labels All
Results 8,701 - 8,710 of 377,465 for

save

(0.32 sec)
  1. Cell.cellFormat property | Aspose.Words for Nod...

    Cell.cellFormat property. Provides access to the formatting properties of the cell.... save ( base . artifactsDir + "Table...foregroundPatternCol = "#90EE90" ; doc . save ( base . artifactsDir + "Table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Convert .ONE File to PDF in C#

    This step by step tutorial shows you how to convert .ONE file to PDF in C# programmatically. Easy OneNote to PDF conversion in c# .NET windows or ASP.NET applications....Saving , and Aspose.Note.Saving.Pdf namespaces...format option to save .ONE file as PDF Save the converted PDF...

    kb.aspose.com/note/net/how-to-convert-one-file-...
  3. 在 Jython 中创建新电子邮件|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....)) # Save message in EML and MSG formats mail_message_save_type...message . save ( dataDir + "Message.eml" , mail_message_save_type...

    docs.aspose.com/email/zh/java/create-new-email-...
  4. Update Visio Shape Text in 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....Text" )); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "UpdateShapeText...

    docs.aspose.com/diagram/java/update-visio-shape...
  5. Set Visio Shape's XForm Data in 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....setValue ( 5 ); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "SetShapeXFormData...

    docs.aspose.com/diagram/java/set-visio-shape-s-...
  6. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles when converting Excel to HTML using Aspose.Cells for Node.js via C++...." ); // Specify HTML save options; we want to exclude...true ); // Save the workbook in HTML format wb . save ( "outputExcludeUnusedS...

    docs.aspose.com/cells/nodejs-cpp/exclude-unused...
  7. Audio|Aspose.Slides for Node.js via .NET Docume...

    Discover Aspose.Slides for Node.js audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP presentations with clear JavaScript code.... save ( "audio.pptx" , aspose . slides...audioFrame ); presentation . save ( "audio_removed.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  8. MathText|Aspose.Slides for Python Documentation

    Work with math text in Python using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and PPTX.... save ( "math_text.pptx" , slides...math_shape ) presentation . save ( "math_text_removed.pptx" ...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library....text in the first page and saves the diagram. import jpype import...World" )) # Save diagram in the VSDX format diagram . save ( "Cre...

    docs.aspose.com/diagram/python-java/your-first-...
  10. Remove Unused Styles in the Workbook with C++|D...

    Remove unused styles in an Excel workbook using Aspose.Cells with C++.... RemoveUnusedStyles (); // Save the file U16String outputFilePath..."output_out.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/remove-unused-styles-...