Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 22,659 for

loadoptions

(0.09 sec)
  1. Aspose.PSD for .NET 19.3 - 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....png" ; var loadOptions = new PsdLoadOptions () {...Load ( sourceFileName , loadOptions )) { for ( int i = 0 ; i...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-3...
  2. Specify Load Options in C++|Aspose.Words for C++

    More accurately control the load process....Words provides you with the LoadOptions class, which allows more...working with options of the LoadOptions class. Set Microsoft Word...

    docs.aspose.com/words/cpp/specify-load-options/
  3. Aspose::Words::LoadFormat enum | Aspose.Words f...

    Aspose::Words::LoadFormat enum. Indicates the format of the document that is to be loaded in C++.... auto loadOptions = System :: MakeObject <...:: LoadFormat :: Html , loadOptions -> get_LoadFormat ()); auto...

    reference.aspose.com/words/cpp/aspose.words/loa...
  4. 通过Node.js与C++加密Excel文件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++加密和密码保护Excel文件。...ods" )); 要解密ODS文件,通过在 LoadOptions.getPassword() 中提供密码来加载文件。一旦文件加载完成,将...file const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypting-...
  5. Public API Changes in Aspose.Cells 8.8.1|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....enumeration along with the LoadOptions.LoadDataFilterOption property...// Create an instance of LoadOptions and initialize it with the...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Monitor running programs|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....function to add it to the LoadOptions running parameters, and then...

    docs.aspose.com/cells/python-java/monitor-runni...
  7. TxtTrailingSpacesOptions | Aspose.Words for Java

    Specifies available options for trailing spaces 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...
  8. ShapeBase.is_image property | Aspose.Words for ...

    ShapeBase.is_image property. Returns ``True`` if this shape is an image shape.... LoadOptions () load_options . base_uri...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 使用C++的Aspose.Cells for JavaScript检查修改密码|Documen...

    学习如何使用C++的Aspose.Cells for JavaScript检查修改密码是否匹配。..."text/javascript" > const { Workbook , LoadOptions , SaveFormat , Utils } =...options const opts = new LoadOptions (); opts . password = "1234"...

    docs.aspose.com/cells/zh/javascript-cpp/check-p...
  10. BlockImportMode | Aspose.Words for Java

    Specifies how properties of block-level elements are imported from HTML-based documents in Java....2\n\n\n"; HtmlLoadOptions loadOptions = new HtmlLoadOptions();...HTML block-level elements. loadOptions.setBlockImportMode(blockImportMode);...

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