Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 23,054 for

loadoptions

(0.58 sec)
  1. Loading and Saving Messages|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....Email provides the LoadOptions class that can be used as...

    docs.aspose.com/email/java/loading-and-saving-m...
  2. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for PHP library allows to convert various images formats to PDF....is used to initialize the LoadOptions object. Later, this object...new SvgLoadOptions object $loadOption = new SvgLoadOptions ();...

    docs.aspose.com/pdf/php-java/convert-images-for...
  3. Working with OneNote Document | Aspose.Note Doc...

    This guide explains how to work with OneNote documents using Java. It covers parsing and extracting various document elements....one" , new LoadOptions()); 76 77 // Create an object...

    docs.aspose.com/note/java/working-with-onenote-...
  4. Document | Aspose.Words for Java

    Represents a Word document in Java....Document(String fileName, LoadOptions loadOptions) Opens an existing...Document(InputStream stream, LoadOptions loadOptions) Initializes a new...

    reference.aspose.com/words/java/com.aspose.word...
  5. HTML file is displayed incorrectly - Free Suppo...

    I am using Aspose.Cells 25.7.0. .NET 9.0 HTML file is displayed incorrectly in MacOS Windows Everything displays correctly in Google Chrome and Edge Mac OS The layout displays incorrectly in Google Chrome and Safari …...wbc = new Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); wbc.CalculateFormula();...

    forum.aspose.com/t/html-file-is-displayed-incor...
  6. CalculateFormula throws an exception - Free Sup...

    I am using Aspose.Cells 25.10.0 .NET 9.0 There is a file that passes CalculateFormula in version 25.9 but in version 25.10 CalculateFormula throws an exception: System.NullReferenceException: Object reference not set…...wbc = new Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); try {...

    forum.aspose.com/t/calculateformula-throws-an-e...
  7. Aspose::Words::Fonts::FontSettings class | Aspo...

    Aspose::Words::Fonts::FontSettings class. Specifies font settings for a document. To learn more, visit the documentation article in C++....set the font settings in LoadOptions when loading the document...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. Working with Tables | Aspose.Note Documentation

    A comprehensive guide on working with tables in Java programming language....one" , new LoadOptions()); 5 6 // Get a list of...

    docs.aspose.com/note/java/working-with-tables/
  9. Aspose.PSD for Java 20.9 - 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....LoadOptions) M:com.aspose.psd.fileformats...smartObjectLayer . loadContents ( new LoadOptions ()); try { invertImage (...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  10. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java.... TxtLoadOptions loadOptions = new TxtLoadOptions(); //...will store its direction. loadOptions.setDocumentDirection(DocumentDirection...

    reference.aspose.com/words/java/com.aspose.word...