Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 22,506 for

loadoptions

(0.08 sec)
  1. Converter Class | Aspose.Words for .NET

    Effortlessly convert various document types with Aspose.Words.LowCode.Converter. Simplify your workflow using just one line of code for seamless integration.... From ( Stream, LoadOptions ) Specifies input document...processing. From ( string, LoadOptions ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  2. Merger.merge_stream method | Aspose.Words for P...

    aspose.words.lowcode.Merger.merge_stream method... LoadOptions ], save_options : aspose...streams. load_options List[ LoadOptions ] Load options for the input...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose words合并word包含toc,toc的宽度和被合并文件的宽度不一致 - Fr...

    Hi , 我的问题,合并word包含toc,toc的宽度和被合并文件不一致。帮忙看下,感谢 技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 合并代码: public static final String tocFontName = "Arial"; private static final License ASPOSE_LICENSE = new Li…...setInsertHyperlinks(true); LoadOptions loadOptions = new LoadOptions(); loadOptions...System.currentTimeMillis(); loadOptions.setLoadFormat(ImportFormatMode...

    forum.aspose.com/t/aspose-words-word-toc-toc/31...
  4. Field.IsDirty | Aspose.Words for .NET

    Manage the IsDirty property to ensure your field data stays accurate and up-to-date, enhancing document integrity and performance.... Docx ); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions (); options...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote document or file using Java API methods.... The API’s LoadOptions class provides the setDocumentPassword...steps: Create a new object of LoadOptions class Specify the password...

    docs.aspose.com/note/java/load-a-onenote-document/
  6. DGN Version 8 files - Processing and Imaging is...

    Dear Team, We encountered the following error message while processing a DGN file of version 8: " Drawing loading failed : The Dgn version isn’t valid. Only Dgn: V7 are currently supported." For imaging, we also see t…... Use LoadOptions : To handle errors more gracefully...gracefully, consider using the LoadOptions class. This allows you to...

    forum.aspose.com/t/dgn-version-8-files-processi...
  7. Aspose.Cells 8.8.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....html ); HTMLLoadOptions loadOptions = new Aspose . Cells . HTMLLoadOptions...HTMLLoadOptions ( LoadFormat . Html ); loadOptions . KeepPrecision = true ;...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. LanguagePreferences class | Aspose.Words for Py...

    aspose.words.loading.LanguagePreferences class. Allows to set up language preferences... LoadOptions () load_options . language_preferences...IResourceLoadingCall class LoadOptions class...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Secure Presentations with Passwords in Java|Asp...

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

    docs.aspose.com/slides/java/password-protected-...
  10. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm....the correct password in a LoadOptions object. doc = new aw . Document...docx" , new aw . Loading . LoadOptions ( "MyPassword" )); expect...

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