Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 22,833 for

loadoptions

(0.36 sec)
  1. Aspose::Words::Loading::LanguagePreferences cla...

    Aspose::Words::Loading::LanguagePreferences class. Allows to set up language preferences. To learn more, visit the documentation article in C++.... auto loadOptions = System :: MakeObject <...Words :: Loading :: LoadOptions > (); loadOptions -> get_LanguagePreferences...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. Open Different Microsoft Excel Versions Files w...

    This article explains how to open different Excel version files using Aspose.Cells for JavaScript via C++....0 file, use LoadOptions and set the appropriate attribute...attribute of the LoadOptions class for the template file to be...

    docs.aspose.com/cells/javascript-cpp/opening-di...
  3. MergerContext | Aspose.Words for Java

    Document merger context in Java....execute(); LoadOptions firstLoadOptions = new LoadOptions(); { firstLoadOptions...e); } LoadOptions secondLoadOptions = new LoadOptions(); { secondLoadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::IDocumentReaderPlugin::Read meth...

    Aspose::Words::IDocumentReaderPlugin::Read method. Reads the data from the specified stream into the Document instance in C++....Words :: Loading :: LoadOptions > loadOptions , System :: SharedPtr...read the document from. loadOptions System::SharedPtr<Aspose...

    reference.aspose.com/words/cpp/aspose.words/ido...
  5. LoadOptions.ProgressCallback | Aspose.Words for...

    Discover the Loadoptions ProgressCallback property to track document loading progress efficiently. Enhance your app's performance and user experience!...ProgressCallback Contents [ Hide ] LoadOptions.ProgressCallback property...LoadingProgressCallb (); LoadOptions loadOptions = new LoadOptions { ProgressCallback...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...can be done by passing a LoadOptions object when loading the document...+ "Encrypted.docx" , new LoadOptions ( "docPassword" )); Assert...

    reference.aspose.com/words/net/aspose.words/doc...
  7. CsvDataLoadOptions | Aspose.Words for Java

    Represents options for parsing CSV data in Java....docx"); CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true);...CsvDataLoadOptions(true); loadOptions.setDelimiter(';'); loadOptions.setCommentChar('$');...

    reference.aspose.com/words/java/com.aspose.word...
  8. DocSaveOptions.Password | Aspose.Words for .NET

    Secure your documents with DocSaveOptions! Easily set or retrieve a password for RC4 encryption to protect your sensitive information....DocSaveOptions object in a LoadOptions object. Assert . Throws <...doc" )); LoadOptions loadOptions = new LoadOptions ( "MyPassword"...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....LoadFilter class along with LoadOptions.LoadFilter property, which...an instance of LoadOptions class LoadOptions options = new LoadOptions...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Open Different Microsoft Excel Version Files wi...

    This article explains how to open different Excel version files using Aspose.Cells for Node.js via C++....0 file, use LoadOptions and set the appropriate attribute...filePath ); // Instantiate LoadOptions specified by the LoadFormat...

    docs.aspose.com/cells/nodejs-cpp/opening-differ...