Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 20,262 for

loadoptions

(0.05 sec)
  1. 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/
  2. Aspose::Words::Saving::DocSaveOptions::get_Pass...

    Aspose::Words::Saving::DocSaveOptions::get_Password method. Gets/sets a password to encrypt document using RC4 encryption method in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( doc...IncorrectPasswordExc ); auto loadOptions = MakeObject < LoadOptions > ( u "MyPassword"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. ParagraphFormat.Bidi | Aspose.Words for .NET

    Discover the ParagraphFormat Bidi property to easily control right-to-left text formatting for enhanced readability and improved document layout.... TxtLoadOptions loadOptions = new TxtLoadOptions ();...will store its direction. loadOptions . DocumentDirection = DocumentDirection...

    reference.aspose.com/words/net/aspose.words/par...
  4. 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...
  5. IDocumentConverterPlugin.convert method | Aspos...

    IDocumentConverterPlugin.convert method. Converts document using specified input output streams and save options.... LoadOptions , output_stream : io . BytesIO...input stream. load_options LoadOptions The document load options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 通过 Node.js 以 C++ 打开文件的不同方式|Documentation

    本文解释了如何使用 Aspose.Cells for Node.js via C++ API 打开Excel文件。...如何只打开具有数据的文件 若只需要加载含数据的文件,可使用 LoadOptions 和 LoadFilter 类设置相关属性和选项,从而加载模板文件。...discarded // Instantiate LoadOptions specified by the LoadFormat...

    docs.aspose.com/cells/zh/nodejs-cpp/different-w...
  7. IDocumentProcessorPlugin.append method | Aspose...

    IDocumentProcessorPlugin.append method. Append the document loading it with the specified load options.... LoadOptions ): ... Parameter Type Description...input stream. load_options LoadOptions The document load options...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Convert XLS to XLSX in Python

    This short tutorial provides crisp information about how to convert XLS to XLSX in Python. While converting XLS to XLSX Python code requires just loading and saving the file in the desired format....convert XLS to XLSX Create a LoadOptions class object to apply filter...the desired filters in the LoadOptions object Save the output file...

    kb.aspose.com/cells/python/how-to-convert-xls-t...
  9. 可中断库支持|Aspose.Slides 文档

    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....InterruptionToken 并将 LoadOptions 实例传递给 Presentation 构造函数时,调用...token ) => { LoadOptions options = new LoadOptions { InterruptionToken...

    docs.aspose.com/slides/zh/net/support-for-inter...
  10. LoadOptions.update_dirty_fields property | Aspo...

    Loadoptions.update_dirty_fields property. Specifies whether to update the fields with the ``dirty`` attribute....update_dirty_fields property LoadOptions.update_dirty_fields property...SaveFormat . DOCX ) # The LoadOptions object has an option to update...

    reference.aspose.com/words/python-net/aspose.wo...