Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 361,320 for

save

(0.11 sec)
  1. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Java...identified, you can extract it and save it as a new file. public void...imageType ; //Saves the picture backImage . getImage (). save ( imagePath...

    docs.aspose.com/slides/androidjava/extracting-i...
  2. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Java...identified, you can extract it and save it as a new file. public void...imageType ; //Saves the picture backImage . getImage (). save ( imagePath...

    docs.aspose.com/slides/java/extracting-images-f...
  3. Aspose::Words::Saving::IFontSavingCallback::Fon...

    Aspose::Words::Saving::IFontSavingCallback::FontSaving method. Called when Aspose.Words is about to Save a font resource in C++....Aspose::Words::Saving::IFontSavingCallback::FontSaving method...when Aspose.Words is about to save a font resource. virtual void...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Saving::IDocumentPartSavingCallb...

    Aspose::Words::Saving::IDocumentPartSavingCallback::DocumentPartSaving method. Called when Aspose.Words is about to Save a document part in C++....Aspose::Words::Saving::IDocumentPartSavingC::DocumentPartSaving...when Aspose.Words is about to save a document part. virtual void...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Converting Email Messages in Python|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....eml" ) \ # Save the Email message to disk in...saveOptions = self . SaveOptions eml . save ( self . dataDir + "AnEmail...

    docs.aspose.com/email/java/converting-email-mes...
  6. Remove Breaks in Python|Aspose.Words for Java

    Remove Breaks using Python....removeSectionBreaks ( doc ) \# Save the document . doc . save ( self . dataDir...

    docs.aspose.com/words/java/remove-breaks-in-pyt...
  7. Aspose.PSD for Java 24.8 - Release Notes|Docume...

    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 ( outputPsdFile [ caseIndex...TruecolorWithAlpha ); img1 . save ( outputImageFile [ caseIndex...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  8. Setting Structure Elements Properties in Tagged...

    With Aspose.PDF for Java, you may set different Structure Elements Properties. There are setting Text Block Structure Elements, setting Inline Structure Elements, adding Structure Element into Elements and etc....Text" ); // Save Tagged PDF Document document . save ( path + ...( p ); // Save Tagged PDF Document document . save ( path + ...

    docs.aspose.com/pdf/java/set-tagged-pdfs-elemen...
  9. Excel to Pdf Conversion in 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....xls" ) # Save the document in PDF format workbook . save ( dataDir...

    docs.aspose.com/cells/java/excel-to-pdf-convers...
  10. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....SetStyle ( style ); // Save Excel File wb . Save ( srcDir + u "WrappingText...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...