Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 22,507 for

loadoptions

(0.09 sec)
  1. LoadOptions.LoadFormat | Aspose.Words for .NET

    Discover the Loadoptions LoadFormat property to easily specify document formats. Optimize loading with the default Auto setting for seamless performance....LoadFormat Contents [ Hide ] LoadOptions.LoadFormat property Specifies...object. HtmlLoadOptions loadOptions = new HtmlLoadOptions ( LoadFormat...

    reference.aspose.com/words/net/aspose.words.loa...
  2. Aspose::Words::Loading::MarkdownLoadOptions::Ma...

    Aspose::Words::Loading::MarkdownLoadoptions::MarkdownLoadoptions constructor. Initializes a new instance of MarkdownLoadoptions class in C++....GetBytes ( mdText )); auto loadOptions = System :: MakeObject <...MarkdownLoadOptions > (); loadOptions -> set_PreserveEmptyLines...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. Public API Changes in Aspose.Cells 8.6.3|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 LoadOptions LoadOptions loadOptions = new LoadOptions ();...LoadDataOption created earlier loadOptions . setLoadDataOptions ( loadDataOptions...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Opening Different Microsoft Excel Versions File...

    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....0 file, use LoadOptions and set the appropriate attribute...attribute of the LoadOptions class for the template file to be...

    docs.aspose.com/cells/python-java/opening-diffe...
  5. LoadOptions.UpdateDirtyFields | Aspose.Words fo...

    Discover how the Loadoptions UpdateDirtyFields property enhances data integrity by selectively updating fields marked as dirty for optimal performance....UpdateDirtyFields Contents [ Hide ] LoadOptions.UpdateDirtyFields property...SaveFormat . Docx ); // The LoadOptions object has an option to update...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Unlock ODP Presentation Files using Python | pr...

    Python source code to remove protection from ODP Presentation....slides loadOptions = slides . LoadOptions() loadOptions . password...Presentation( "encrypted-pres.odp" , loadOptions) as pres: pres . protection_manager...

    products.aspose.com/slides/python-net/unlock/odp/
  7. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...conversion: LoadOptions loadOptions = new LoadOptions(); loadOptions...workbook = new Workbook(is, loadOptions); workbook.save(os, format...

    forum.aspose.com/t/getting-nullpointerexception...
  8. IncorrectPasswordException | Aspose.Words for Java

    Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing in Java....DocSaveOptions object in a LoadOptions object. Assert.assertThr...SaveAsDoc.doc")); LoadOptions loadOptions = new LoadOptions("MyPassword");...

    reference.aspose.com/words/java/com.aspose.word...
  9. Opening Different Microsoft Excel Versions File...

    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....0 file, use LoadOptions and set the appropriate attribute...attribute of the LoadOptions class for the template file to be...

    docs.aspose.com/cells/go-cpp/opening-different-...
  10. MergeFormatMode | Aspose.Words for Java

    Specifies how formatting is merged when combining multiple documents in Java....KEEP_SOURCE_LAYOUT); LoadOptions firstLoadOptions = new LoadOptions(); { firstLoadOptions...e); } LoadOptions secondLoadOptions = new LoadOptions(); { secondLoadOptions...

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