Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 378,427 for

save

(0.13 sec)
  1. Create an Appointment|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....the code snippet to create and save an appointment: Outlook . AppointmentItem...to create an appointment and save it in ICS format. Create an...

    docs.aspose.com/email/net/create-an-appointment/
  2. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....Cells if you want to save your workbook in XLS or XLSX...format. However, if you want to save your workbook in PDF or HTML...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  3. Manipulate the Embedded OLE Objects in Visio Di...

    This page describes how to manipulate ole object with Aspose.Diagram library....NET API , and then save back as an OLE object in the...= new MemoryStream (); doc . Save ( outStream , Aspose . Words...

    docs.aspose.com/diagram/net/manipulate-the-embe...
  4. Aspose.PSD for .NET 22.4 - 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....of the custom pattern after saving as PSD Bug Public API Changes...BlendMode . Normal ; image . Save ( output , new PngOptions ());...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-4...
  5. Rotate Visio Shape Text|Documentation

    How to rotate shape's text in visio using .NET Diagram API....vsdx" ; // Save in the VSDX format diagram . Save ( dataDir ...text and rotate the text Call Save method of the Diagram class...

    docs.aspose.com/diagram/net/rotate-visio-shape-...
  6. Splitter class | Aspose.Words for Python

    aspose.words.lowcode.Splitter class. Provides methods intended to split the documents into parts using different criteria....pages from a document file and saves the extracted pages to a new...ile_name, output_file_name, save_format, start_page_index, page_count)...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fonts::FontFallbackSettings::Loa...

    Aspose::Words::Fonts::FontFallbackSettings::LoadNotoFallbackSettings method. Loads predefined fallback settings which uses Google Noto fonts in C++....get_FallbackSettings (); // Save the default fallback font scheme...substitute. fontFallbackSettings -> Save ( get_ArtifactsDir () + u "FontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. DownsampleOptions class | Aspose.Words for Python

    aspose.words.saving.DownsampleOptions class. Allows to specify downsample options... To learn more, visit the Save a Document documentation article...can pass to the document's "Save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentPartSavingArgs | Aspose.Words for Java

    Provides data for the IDocumentPartSavingCallback.documentPartSavingcom.aspose.words.DocumentPartSavingArgs callback in Java.... To learn more, visit the Save a Document documentation article...Remarks: When Aspose.Words saves a document to HTML or related...

    reference.aspose.com/words/java/com.aspose.word...
  10. Data Filtering with C++|Documentation

    Learn how to add a data filter by using the Aspose.Cells for C++ API...."A1:B1" ); // Save the modified Excel file workbook . Save ( outputFilePath...Refresh (); // Save the modified Excel file workbook . Save ( outDir...

    docs.aspose.com/cells/cpp/data-filtering/