Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 22,506 for

loadoptions

(0.08 sec)
  1. 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...
  2. 用 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...
  3. Memory leak when extract attachments in PST - F...

    When I used ‘ExtractAttachments’ to parse attachments in a PST file, memory was not released. It appears that Dispose() method does not take effect. SharedPtr<PersonalStorage> pst = PersonalStorage::FromFile(pstFile, …...PersonalStorage::FromFile(pstFile, loadOptions); SharedPtr<FolderInfo> root...PersonalStorage::FromFile(pstFile, loadOptions); SharedPtr<FolderInfo> root...

    forum.aspose.com/t/memory-leak-when-extract-att...
  4. Specify Individual or Private Set of Fonts for ...

    Learn how to specify individual or private sets of fonts for workbook rendering using Aspose.Cells for JavaScript via C++....Workbook , SaveFormat , LoadOptions , IndividualFontConfig }...configs. const opts = new LoadOptions ( AsposeCells . LoadFormat...

    docs.aspose.com/cells/javascript-cpp/specify-in...
  5. Fonts not loading in linux based Container - Fr...

    Following Specify TrueType Fonts Location in C#|Aspose.Words for .NET , I’m trying to load custom fonts in Linux based container. I modified my code to include both System and Custom Fonts from Resources folder. var f…... true) }); var loadOptions = new LoadOptions { FontSettings =...Words.Document(documentData, loadOptions); I created a Resources folder...

    forum.aspose.com/t/fonts-not-loading-in-linux-b...
  6. 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...
  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. Auto Codepage Detection|CAD 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....following properties of the LoadOptions class. SpecifiedEncoding...

    docs.aspose.com/cad/java/auto-codepage-detection/
  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. 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/