Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 21,529 for

loadoptions

(0.06 sec)
  1. Convert FLATOPC to PPTM via C++ or with free On...

    Export FLATOPC to PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free FLATOPC to PPTM 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/flatop...
  2. Convert FLATOPC to PPS via C++ or with free Onl...

    Export FLATOPC to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free FLATOPC to PPS 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/flatop...
  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. 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...
  5. 使用 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...
  6. 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...
  7. 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...
  8. Word转pdf 图片丢失 - Free Support Forum - aspose.com

    SNT25070004_1(4).zip (2.4 MB) word转pdf 这里第四页的第二张图片不见了...8:22am 3 代码是 LoadOptions optionss = new LoadOptions(); optionss...

    forum.aspose.com/t/word-pdf/314770
  9. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions using C#....disableExternalImage = new LoadOptions { ResourceLoadingCallb =...disableRemoteResourc = new LoadOptions { ResourceLoadingCallb =...

    docs.aspose.com/words/net/web-applications-secu...
  10. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN 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...