Sort Score
Result 10 results
Languages All
Labels All
Results 9,921 - 9,930 of 368,125 for

save

(0.12 sec)
  1. Convert VSD to VSDX using Java

    This article explains the process to convert VSD to VSDX using Java. It has the details to set the IDE, a list of steps, and a sample code changing VSD to VSDX....the DiagramSaveOptions object Save the resultant VSDX file These...the Diagram object and then saving it as a VSDX file. You may...

    kb.aspose.com/diagram/java/convert-vsd-to-vsdx-...
  2. ImageSaveOptions.TiffCompression | Aspose.Words...

    Optimize your TIFF images with the ImageSaveOptions TiffCompression property, allowing you to choose the best compression method for quality results....of compression to apply when saving generated images to the TIFF...Remarks Has effect only when saving to TIFF. The default value...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Split Screen of Excel Worksheet with JavaScript...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using JavaScript via C++ Addon.... split (); // Save the modified workbook and prepare...const outputData = workbook . save ( SaveFormat . Xlsx ); const...

    docs.aspose.com/cells/javascript-cpp/how-to-spl...
  4. Manage VBA Projects in Presentations Using C++|...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for C++ to streamline your workflow.... Save the presentation. This C++ code...officeReference ); // Saves the Presentation presentation -> Save ( outPath...

    docs.aspose.com/slides/cpp/presentation-via-vba/
  5. Convert DOCM to PPTX via Java or with free Onli...

    Java API to Export DOCM to PPTX without using Microsoft Word or PowerPoint or online. Test free DOCM to PPTX online converter quickly before integrating the code....write HTML content in it, and save it as PPTX. The File Automation...their DOCM files to PPTX and save time and effort. How to Convert...

    products.aspose.com/total/java/conversion/docm-...
  6. Display and Hide Scrollbars of Workbooks in xls...

    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....setHScrollBarVisible ( false ); //Saving the modified Excel file in...Excel 2003) format workbook . save ( dataDir + "AsposeScrollbarsHide...

    docs.aspose.com/cells/java/display-and-hide-scr...
  7. C# API to Export MD to FLATOPC | products.aspos...

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

    products.aspose.com/total/net/conversion/md-to-...
  8. Remove DOCM Annotation Online or Manage Annotat...

    delete comments from DOCM file through online app for free. Java API code to manage comments of DOCM files....all comments Call the save method to save the file. Code example...this comment Call the save method to save the file Add Comments...

    products.aspose.com/total/java/annotate/docm/
  9. Remove XLSX Annotation Online or Manage Annotat...

    delete comments from XLSX file through online app for free. Java API code to manage comments of XLSX files....respectively Call the save method to save the file Code example...the comment Call the save method to save the file Add Comments...

    products.aspose.com/total/java/annotate/xlsx/
  10. Create Signature Line in an Excel Workbook with...

    This article describes how to Create Signature Line in an Excel Workbook using C++ codes with Aspose.Cells for C++....SignatureLine property and saves the workbook. #include <iostream>...AddSignatureLine ( 1 , 1 , s ); // Save the workbook U16String outputFilePath...

    docs.aspose.com/cells/cpp/create-signature-line...