Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 22,835 for

loadoptions

(0.09 sec)
  1. Convert DOTM to POT via C++ or with free Online...

    Export DOTM to POT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to POT 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. LINQ Report Engine - When using XmlDataSource n...

    Hi, When iterating an element array from the datasource the report is coming as blank for the below input xml and the template. Input Xml <data> <testData> <persons> <department>IT</department> <c…...XmlDataLoadOptions loadOptions = new XmlDataLoadOptions(); loadOptions.setA...XmlDataSource(inputXmlBytes, loadOptions); ReportingEngine engine...

    forum.aspose.com/t/linq-report-engine-when-usin...
  3. DocSaveOptions class | Aspose.Words for Python

    aspose.words.saving.DocSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.DOC](../../aspose.words/saveformat/#DOC) or [SaveFormat.DOT](../../aspose.words/saveformat/#DOT) format...DocSaveOptions object in a LoadOptions object. with self . assertRaises...load_options = aw . loading . LoadOptions ( password = 'MyPassword'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Converting HTML to PDF errors after upgrading f...

    Hi, please help, we are using Aspose.PDF for HTML to PDF conversions and encountering a blocking error when upgrading to .NET 8 or .NET 9, I have tried various versions of Aspose.PDF and the latest stable version 25.2.…...#=z_IIvKXU=(Stream #=z$A1ps7Y=, LoadOptions #=ze_om$e0=) Document.ctor(Stream...ctor(Stream input, LoadOptions options) AsposePdfGeneratorTe.C...

    forum.aspose.com/t/converting-html-to-pdf-error...
  5. Specify 3D File Load Options in C#|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a Loadoptions object. Each load format has a corresponding class that holds load options for that load format....overloads that accept a LoadOptions object. This should be an...a class derived from the LoadOptions class. Each load format has...

    docs.aspose.com/3d/net/specify-3d-file-load-opt...
  6. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a Loadoptions object. Each load format has a corresponding class that holds load options for that load format....overloads that accept a LoadOptions object. This should be an...a class derived from the LoadOptions class. Each load format has...

    docs.aspose.com/3d/python-net/specify-3d-file-l...
  7. FieldSaveDate | Aspose.Words for Java

    Implements the SAVEDATE 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...
  8. 使用 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...
  9. Different Ways to Open Files|Documentation

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

    docs.aspose.com/cells/net/different-ways-to-ope...
  10. How to solve the memory leak problem when save ...

    Please see the demo atthachment, i am building a preview online website with Aspose.Cell 24.1.0, sometimes there is a memory leak problem with a small excel file(file also in demo attachment). So could you provide a dem…... LoadOptions loadOptions = new LoadOptions(LoadFormat...t.Xlsx); loadOptions.LoadFilter = new CustomLoad(); John.He July...

    forum.aspose.com/t/how-to-solve-the-memory-leak...