Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 20,556 for

loadoptions

(0.03 sec)
  1. Support the layout of DIV tags while loading HT...

    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....support div tag layouts const loadOptions = new AsposeCells . HtmlLoadOptions...AsposeCells . LoadFormat . Html ); loadOptions . setSupportDivTag ( true...

    docs.aspose.com/cells/nodejs-cpp/support-the-la...
  2. Convert CSV to JSON with C++|Documentation

    Convert CSV file to JSON by using the simple to use Aspose.Cells for C++ API....options for CSV format LoadOptions loadOptions ( LoadFormat :: Csv...srcDir + u "SampleCsv.csv" , loadOptions ); // Get the last cell in...

    docs.aspose.com/cells/cpp/convert-csv-to-json/
  3. Ինչպես բացել գաղտնաբառով պաշտպանված Excel ֆայլը...

    Այս հոդվածը ցույց է տալիս, թե ինչպես բացել գաղտնաբառով պաշտպանված Excel ֆայլը Node.js-ի միջոցով: Այն ունի մանրամասներ՝ IDE-ը սահմանելու համար, քայլերի ցանկ և գործարկվող կոդ՝ Excel-ը գաղտնաբառով բացելու համար Node.js-ի միջոցով:...աշխատանքային գիրքը բեռնելու համար LoadOptions-ի միջոցով: Գաղտնաբառով պաշտպանված...ֆայլ բացելու համար Ստեղծեք LoadOptions դասի օբյեկտ Սահմանեք բեռնման...

    kb.aspose.com/hy/cells/nodejs/how-to-open-passw...
  4. OoxmlSaveOptions.Password | Aspose.Words for .NET

    Secure your documents with OoxmlSaveOptions! Easily set a password for encryption using the ECMA376 Standard for enhanced data protection....the correct password in a LoadOptions object. doc = new Document..."OoxmlSaveOptions.Password.docx" , new LoadOptions ( "MyPassword" )); Assert...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Public API Changes in Aspose.Cells 8.8.0|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....html ); HTMLLoadOptions loadOptions = new Aspose . Cells . HTMLLoadOptions...HTMLLoadOptions ( LoadFormat . Html ); loadOptions . KeepPrecision = true ;...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. 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...
  7. Aspose.Cells 8.8.3 中的公共 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.... XLSX ); 添加 LoadOptions.setPaperSize 方法 Aspose.Cells...for Java 8.8.3版本允许使用新暴露的LoadOptions.setPaperSize方法来设置默认打印纸张大...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java....docx"); CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true);...CsvDataLoadOptions(true); loadOptions.setDelimiter(';'); loadOptions.setCommentChar('$');...

    reference.aspose.com/words/java/com.aspose.word...
  9. MailMerger | Aspose.Words for Java

    Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations in Java....from(InputStream input, LoadOptions loadOptions) Specifies input document...from(String input, LoadOptions loadOptions) Specifies input document...

    reference.aspose.com/words/java/com.aspose.word...
  10. 自定义PowerPoint字体|Aspose.Slides for PHP 文档

    PowerPoint自定义字体...(); } $loadOptions = new LoadOptions (); $loadOptions -> getDocumentLevelFont..."assets/fonts" , "global/fonts" )); $loadOptions -> getDocumentLevelFont ()...

    docs.aspose.com/slides/zh/php-java/custom-font/