Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 22,507 for

loadoptions

(0.09 sec)
  1. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++....providing a password in the LoadOptions.GetPassword() . Once the...encrypted ODS file LoadOptions loadOptions ( LoadFormat :: Ods...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  2. Aspose.PSD for .NET 22.5 - 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.... Load ( inputFile , new LoadOptions ())) { Layer workLayer =... Load ( inputFile , new LoadOptions ())) { psdImage . Save (...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-5...
  3. Aspose.PSD for Java 24.5 - 发布说明|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....PsdLoadOptions loadOptions = new PsdLoadOptions (); loadOptions . setLoadEffectsResour...setLoadEffectsResour ( true ); loadOptions . setUseDiskForLoadEff (...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  4. 用 C++ 加密Excel文件|Documentation

    学习如何用 Aspose.Cells 和 C++对Excel文件进行加密和密码保护。...return 0 ; } 要解密ODS文件,通过在 LoadOptions.GetPassword() 中提供密码来加载文件。一旦文件加载完成,将...encrypted ODS file LoadOptions loadOptions ( LoadFormat :: Ods...

    docs.aspose.com/cells/zh/cpp/encrypting-excel-f...
  5. Aspose.PSD for .NET 24.6 - 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" ); PsdLoadOptions loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { // There should no error...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-6...
  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/net/read-numbers-spreadsh...
  7. Open Visio document programmatically|Documentation

    This page describes how to open Visio document from scratch with Aspose.Diagram library....defines LoadFileFormat or LoadOptions. It is the pre load information...

    docs.aspose.com/diagram/net/open-visio-document/
  8. 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/java/read-numbers-spreads...
  9. 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...
  10. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…..., true); LoadOptions loadOptions = new LoadOptions(); var doc...

    forum.aspose.com/t/word/316558