Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 31,270 for

saveoptions

(0.06 sec)
  1. Public API Changes in Aspose.Cells 8.7.0|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....SaveOptions Property The Workbook.SaveOptions property...save(Stream, SaveOptions) or Workbook.save(string, SaveOptions) method...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Create, Save and Read Outlook Tasks|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....); HtmlSaveOptions opt = SaveOptions . DefaultHtml ; opt . HtmlFormatOptions...

    docs.aspose.com/email/net/working-with-outlook-...
  3. Convert OLM to MHTML via Java | products.aspose...

    Try the code sample to convert OLM files to MHTML format in Java. Download Java API to take your email processing applications to the next level.... And finally, the SaveOptions class provides options for...subject as the filename and SaveOptions.getDefaultMhtml() . System...

    products.aspose.com/email/java/conversion/olm-t...
  4. Convert ICS to EML via Java | products.aspose.com

    Try the code sample to convert ICS files to EML format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...default EML save options SaveOptions.getDefaultEml() . System...

    products.aspose.com/email/java/conversion/ics-t...
  5. Rendering Task Sheet View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for .NET....and save project as PDF 4 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/net/rendering-task-sheet-...
  6. HtmlElementSizeOutputMode | Aspose.Words for Java

    Specifies how Aspose.Words exports element widths and heights to HTML MHTML and EPUB in Java...."AllowNegativeIndent" flag // in a SaveOptions object that we will pass...

    reference.aspose.com/words/java/com.aspose.word...
  7. Convert WORD To PDF Java

    Convert a Word document to PDF format in Java code. Save a Word document as PDF using Java....docx"); ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...getPageCount(); page++) { saveOptions.setPageSet(new PageSet(page));...

    products.aspose.com/words/java/conversion/word-...
  8. Convert WORD To EPUB Java

    Convert a Word document to EPUB format in Java code. Save a Word document as EPUB using Java....docx"); ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...getPageCount(); page++) { saveOptions.setPageSet(new PageSet(page));...

    products.aspose.com/words/java/conversion/word-...
  9. Convert TEXT To WORD Java

    Convert TEXT to WORD format in Java code. Save TEXT as WORD using Java....txt"); ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...getPageCount(); page++) { saveOptions.setPageSet(new PageSet(page));...

    products.aspose.com/words/java/conversion/text-...
  10. Convert HTML To PDF Java

    Convert HTML to PDF format in Java code. Save HTML as PDF using Java....html"); ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...getPageCount(); page++) { saveOptions.setPageSet(new PageSet(page));...

    products.aspose.com/words/java/conversion/html-...