Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 20,335 for

loadoptions

(0.04 sec)
  1. Convert DOTM to PPT via C++ or with free Online...

    Export DOTM to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to PPT online converter quickly before integrating the code....overload, which accepts a LoadOptions object. This object contains...document's constructor using a LoadOptions object. auto options = MakeObject...

    products.aspose.com/total/cpp/conversion/dotm-t...
  2. 演示文稿属性|Aspose.Slides 文档

    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....演示文稿设置默认语言: LoadOptions loadOptions = new LoadOptions (); loadOptions...pres = new Presentation ( loadOptions ); try { // 添加一个带有文本的新矩形形状...

    docs.aspose.com/slides/zh/androidjava/presentat...
  3. FontSettings class | Aspose.Words for Node.js

    Aspose.Words.Fonts.FontSettings class. Specifies font settings for a document...set the font settings in LoadOptions when loading the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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 Node.js via C++.... LoadOptions ( AsposeCells . LoadFormat...

    docs.aspose.com/cells/nodejs-cpp/specify-indivi...
  5. Different Ways to Open Files|Documentation

    This article explains how to open an excel file using Aspose.Cells for .NET API....with data only, use the LoadOptions and LoadFilter classes to...and pass its instance to LoadOptions.LoadFilter property. Here...

    docs.aspose.com/cells/net/different-ways-to-ope...
  6. Aspose.PSD for .NET 24.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....psd" ); PsdLoadOptions loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { // There should no error...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  7. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...] 可能的使用场景 请在过滤工作簿中的数据时使用 LoadOptions.GetLoadFilter() 属性。如果要从单个工作表过滤数据,则必须重写...charts from the workbook LoadOptions lOptions ; lOptions . SetLoadFilter...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  8. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python....the correct password in a `LoadOptions` object. doc = aw . Document...Password.docx" , aw . loading . LoadOptions ( "MyPassword" )) self ....

    docs.aspose.com/words/python-net/encrypt-a-docu...
  9. Converting to PDF raises Exception about fonts ...

    Hi. I tried to find the same error description, but can’t. I sure, that it is widespread error: we tried to convert xlsx book with font Calibri underlined to PDF in Linux-based Docker container and got error Caused by…... LoadOptions opts = new LoadOptions(LoadFormat.Xlsx);...

    forum.aspose.com/t/converting-to-pdf-raises-exc...
  10. FieldAuthor | Aspose.Words for Java

    Implements the AUTHOR field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

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