Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 23,028 for

loadoptions

(0.37 sec)
  1. Aspose.Cells 8.0.2中的公共API变更|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....HTMLLoadOptions HTMLLoadOptions loadOptions = new HTMLLoadOptions ();...ConvertFormulasData to true loadOptions . ConvertFormulasData = true...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. Aspose.Email 5.7.0 公共 API 更改|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....Class HtmlLoadOptions Class LoadOptions Class MhtmlLoadOptions Class...load(InputStream stream,LoadOptions options) Method Aspose.Email...

    docs.aspose.com/email/zh/java/public-api-change...
  3. Processor.to_file method | Aspose.Words for Python

    aspose.words.lowcode.Processor.to_file method... LoadOptions () first_load_options . ignore_ole_data...second_load_options = aw . loading . LoadOptions () second_load_options ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadoptions::get_DetectNumberingWithWhitespaces method. Allows to specify how numbered list items are recognized when document is imported from plain text format. The default value is true in C++.... auto loadOptions = System :: MakeObject <...with whitespace delimiters. loadOptions -> set_DetectNumberingWithW...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. 将电子邮件保存为 PDF|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....Word document LoadOptions lo = new LoadOptions (); lo . setLoadFormat...

    docs.aspose.com/email/zh/java/save-email-messag...
  6. LoadOptions.use_system_lcid property | Aspose.W...

    Loadoptions.use_system_lcid property. Gets or sets whether to use LCID value obtained from Windows registry to determine page setup default margins....use_system_lcid property LoadOptions.use_system_lcid property...words.loading class LoadOptions LoadOptions.update_dirty_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IDocumentReaderPlugin Interface | Aspose.Words ...

    Discover the Aspose.Words.IDocumentReaderPlugin interface, enabling seamless integration of external readers to convert files into documents effortlessly....Description Read ( Stream, LoadOptions , Document ) Reads the data...

    reference.aspose.com/words/net/aspose.words/ido...
  8. Secure Presentations with Passwords in .NET|Asp...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for .NET. Secure your presentations....presentation: LoadOptions loadOptions = new LoadOptions { Password...Presentation ( "pres.pptx" , loadOptions )) { // Work with the decrypted...

    docs.aspose.com/slides/net/password-protected-p...
  9. Secure Presentations with Passwords in PHP|Aspo...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for PHP. Secure your presentations....presentation: $loadOptions = new LoadOptions (); $loadOptions -> setPassword...Presentation ( "pres.pptx" , $loadOptions ); try { # work with decrypted...

    docs.aspose.com/slides/php-java/password-protec...
  10. How to Convert ODP to PPTX in Java

    This topic focuses on how to convert ODP to PPTX in Java by providing the detailed information about the environment settings and steps to execute the sample code to transform ODP to PPTX in Java....conversion Initialize the LoadOptions class object and set the...for the ODP file using the LoadOptions class. If the source ODP...

    kb.aspose.com/slides/java/how-to-convert-odp-to...