Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 20,557 for

loadoptions

(0.03 sec)
  1. Exception in latest version 25.4, worked in 25....

    When upgrading to 25.4 of Aspose from 25.3, I now get the following exception when attempting to load a document that worked in version 25.3. The code to load is pretty simple: MsgLoadoptions htmlLoadoptions = new …...#=zQyChJ5G0zYO3(Stream #=zrfFiqhk=, LoadOptions #=zhl87mf4=) at Aspose.Email...MailMessage.Load(String fileName, LoadOptions options) Professionalize...

    forum.aspose.com/t/exception-in-latest-version-...
  2. Aspose.PSD for Java 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....PsdLoadOptions loadOptions = new PsdLoadOptions (); loadOptions . setLoadEffectsResour...setLoadEffectsResour ( true ); loadOptions . setUseDiskForLoadEff (...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  3. Specify Load Options in C++|Aspose.Words for C++

    More accurately control the load process....Words provides you with the LoadOptions class, which allows more...working with options of the LoadOptions class. Set Microsoft Word...

    docs.aspose.com/words/cpp/specify-load-options/
  4. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …... 使用 LoadOptions :在加载Excel文件时,您可以使用 LoadOptions 类来设置最大列数和行数的限制。通过设置...,您可以控制导入的列和行的数量。例如: LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/excel/310744
  5. Monitor running programs|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....function to add it to the LoadOptions running parameters, and then...

    docs.aspose.com/cells/java/monitor-running-prog...
  6. Create a new Task similar to Outlook and send T...

    Hi, I just want to Create/Update/Delete a Task in .Net similar as we create a new Task in Outlook and need to send Task as an email to the assigned user.Then Task should be shown in the outlook calender under the Tasks …...MailMessageLoadOptio loadOptions = new MailMessageLoadOptio(); loadOptions.MessageFormat...MessageFormat = MessageFormat.Msg; loadOptions.FileCompatibilityMod = FileCompatibilityMod...

    forum.aspose.com/t/create-a-new-task-similar-to...
  7. Monitor running programs|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....function to add it to the LoadOptions running parameters, and then...

    docs.aspose.com/cells/python-net/monitor-runnin...
  8. Aspose::Words::Fields::Field::get_IsDirty metho...

    Aspose::Words::Fields::Field::get_IsDirty method. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document in C++....SaveFormat :: Docx ); // The LoadOptions object has an option to update...Aspose :: Words :: Loading :: LoadOptions > (); options -> set_UpdateDirtyFields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Loading::HtmlLoadOptions::get_Co...

    Aspose::Words::Loading::HtmlLoadoptions::get_ConvertSvgToEmf method. Gets or sets a value indicating whether to convert loaded SVG images to the EMF format. Default value is false and, if possible, loaded SVG images are stored as is without conversion in C++.... auto loadOptions = System :: MakeObject <...:: HtmlLoadOptions > (); loadOptions -> set_ConvertSvgToEmf (...

    reference.aspose.com/words/cpp/aspose.words.loa...
  10. Convert Worksheet to Image - Remove Whitespace ...

    Learn how to convert a worksheet to an image and remove whitespace around the data using Aspose.Cells for C++....// Define LoadOptions and set LoadFilter LoadOptions options ;...

    docs.aspose.com/cells/cpp/convert-worksheet-to-...