Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 22,585 for

loadoptions

(0.51 sec)
  1. Aspose.PSD for .NET 21.9 - Release Notes|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....psd" ; var loadOptions = new PsdLoadOptions () {...Image . Load ( fileName , loadOptions )) { // Shouldn't be thrown...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-9...
  2. Public API Changes in Aspose.Email 5.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....getTnef Removed APIs Method LoadOptions.#ctor(MessageFormat) Public...

    docs.aspose.com/email/java/public-api-changes-i...
  3. Converter.create method | Aspose.Words for Python

    aspose.words.lowcode.Converter.create method... LoadOptions () load_options . ignore_ole_data...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在使用C++通过JavaScript加载工作簿时筛选定义名称|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....Workbook , SaveFormat , LoadOptions , LoadFilter , LoadDataFilterOption...load options let opts = new LoadOptions (); // We do not want to...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  5. HtmlLoadOptions.ConvertSvgToEmf | Aspose.Words ...

    Discover HtmlLoadoptions' ConvertSvgToEmf property. Easily control SVG to EMF conversion for optimal image quality. Default is false; keep SVGs intact!... HtmlLoadOptions loadOptions = new HtmlLoadOptions { ConvertSvgToEmf...UTF8 . GetBytes ( html )), loadOptions ); // This document contains...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Read Numbers Spreadsheet Developed by Apple Inc...

    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....You will have to use the LoadOptions class and specify LoadFormat...

    docs.aspose.com/cells/python-net/read-numbers-s...
  7. After convert to pdf, the tablelayout are diffe...

    pdf: word:...my code: LoadOptions loadOptions = new LoadOptions(); loadOptions...Document(byteArrayInputStream,loadOptions); doc.getLayoutOptions()...

    forum.aspose.com/t/after-convert-to-pdf-the-tab...
  8. Aspose::Words::Saving::DocSaveOptions class | A...

    Aspose::Words::Saving::DocSaveOptions class. Can be used to specify additional options when saving a document into the Doc or Dot format. To learn more, visit the documentation article in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( static_cast...IncorrectPasswordExc ); auto loadOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Load Workbook with Specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for JavaScript via C++....your workbook using the LoadOptions.paperSize(PaperSizeType)...illustrates the usage of the LoadOptions.paperSize(PaperSizeType)...

    docs.aspose.com/cells/javascript-cpp/load-workb...
  10. TxtLeadingSpacesOptions | Aspose.Words for Java

    Specifies available options for leading space handling during import from LoadFormat.TEXT file in Java.... TxtLoadOptions loadOptions = new TxtLoadOptions(); //...from every line's start. loadOptions.setLeadingSpacesOpti(txtLeadingSpacesOpti);...

    reference.aspose.com/words/java/com.aspose.word...