Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 22,864 for

loadoptions

(0.11 sec)
  1. 在使用 C++ 通过 Node.js 加载 Excel 文件时获取警告信息|Documenta...

    学习如何在使用 Aspose.Cells for Node.js via C++ 加载 Excel 文件时捕获警告。有效处理损坏但可加载的工作簿。... IWarningCallback 接口并设置 LoadOptions.getWarningCallback() 属性来捕获这些警告。...options = new AsposeCells . LoadOptions (); options . setWarningCallback...

    docs.aspose.com/cells/zh/nodejs-cpp/get-warning...
  2. FieldTC | Aspose.Words for Java

    Implements the TC 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...
  3. FieldAutoNumLgl | Aspose.Words for Java

    Implements the AUTONUMLGL 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...
  4. Convert OTP to JSON Format in Android Apps | pr...

    Convert OTP to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...the correct password in a LoadOptions object. The following code...

    products.aspose.com/total/android-java/conversi...
  5. 通过C++在Node.js中转换工作表为图片 移除数据周围的空白区域|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Microsoft Excel工作表转换为图片,并移除数据周围的空白区域。... LoadOptions (); options . setLoadFilter...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  6. Merge Excel Files using Python

    Follow this article to merge Excel files using Python. It includes details on setting up the IDE, a list of instructions, and sample code to combine Excel files using Python.... You may use the LoadOptions class that contains the LoadFilter...

    kb.aspose.com/cells/python/merge-excel-files-us...
  7. How to Convert PPTX to PPT in Java

    This tutorial guides on how to convert PPTX to PPT in Java. It shares the configuration details, program sequence and a runnable sample code to change PPTX to PPT in Java....this operation by using the LoadOptions class object while loading...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  8. Cell colors in HTML are displayed incorrectly -...

    I am using Aspose.Cells 25.9.0. .NET 9.0 The cells are colored differently via Home > Styles > Conditional Formatting and Style is applied to the cells via Format Cells > Fill > Pattern Style. Everything is fine in E…...wbc = new Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); wbc.CalculateFormula();...

    forum.aspose.com/t/cell-colors-in-html-are-disp...
  9. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...footnotes) HtmlLoadOptions loadOptions = new HtmlLoadOptions();...getBytes(StandardCharsets.UTF_8)), loadOptions); // 4️⃣ Save as DOCX – footnotes...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  10. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...the PSD/PSB file try { var loadOptions = new PsdLoadOptions() {...(PsdImage)Image.Load(inputStream, loadOptions); } } catch (ImageLoadException...

    forum.aspose.com/t/index-was-outside-the-bounds...