Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 22,641 for

loadoptions

(0.51 sec)
  1. Unlock PPTX Presentation Files using Python | p...

    Python source code to remove protection from PPTX Presentation....slides loadOptions = slides . LoadOptions() loadOptions . password..."encrypted-pres.pptx" , loadOptions) as pres: pres . protection_manager...

    products.aspose.com/slides/python-net/unlock/pptx/
  2. Unlock PPT Presentation Files using Python | pr...

    Python source code to remove protection from PPT Presentation....slides loadOptions = slides . LoadOptions() loadOptions . password...Presentation( "encrypted-pres.ppt" , loadOptions) as pres: pres . protection_manager...

    products.aspose.com/slides/python-net/unlock/ppt/
  3. Specify Default Presentation Fonts on Android|A...

    Set default fonts in Aspose.Slides for Android via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....API: Create an instance of LoadOptions . Set the DefaultRegularFont...asian fonts LoadOptions loadOptions = new LoadOptions ( LoadFormat...

    docs.aspose.com/slides/androidjava/default-font/
  4. MergeFormatMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.MergeFormatMode enum to optimize document merging. Enhance formatting control when combining multiple files effortlessly....KeepSourceLayout ); LoadOptions firstLoadOptions = new LoadOptions () { IgnoreOleData...true }; LoadOptions secondLoadOptions = new LoadOptions () { IgnoreOleData...

    reference.aspose.com/words/net/aspose.words.low...
  5. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...conversion: LoadOptions loadOptions = new LoadOptions(); loadOptions...workbook = new Workbook(is, loadOptions); workbook.save(os, format...

    forum.aspose.com/t/getting-nullpointerexception...
  6. 加载文件时自动调整行高,使用JavaScript通过C++|Documentation

    学习如何在使用Aspose.Cells for Java脚本通过C++加载文件时调整非自定义高度的行。...Cells LoadOptions & AutoFitter Example </ h1...Workbook , SaveFormat , LoadOptions , AutoFitterOptions } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  7. LoadOptions.UpdateDirtyFields | Aspose.Words fo...

    Discover how the Loadoptions UpdateDirtyFields property enhances data integrity by selectively updating fields marked as dirty for optimal performance....UpdateDirtyFields Contents [ Hide ] LoadOptions.UpdateDirtyFields property...SaveFormat . Docx ); // The LoadOptions object has an option to update...

    reference.aspose.com/words/net/aspose.words.loa...
  8. Saving an Email as PDF|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....// create an instance of LoadOptions and set the LoadFormat to...to Mhtml var loadOptions = new Aspose . Words . Loading . LoadOptions...

    docs.aspose.com/email/net/saving-an-email-as-pdf/
  9. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...Instantiate LoadOptions specified by the LoadFormat LoadOptions loadOptions4...TxtLoadOptions loadOptions ( LoadFormat :: Csv ); loadOptions . SetSeparator...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  10. Working with Diagram Using LowCode API|Document...

    Demonstrates how to use Aspose.Diagram LowCode APIs to convert diagram to PDF, and diagram.Includes complete C# examples for PdfConverter, and DiagramConverter.... LowCodeLoadOptions loadOptions = new Aspose . Diagram .... LowCodeLoadOptions (); loadOptions . InputFile = dataDir + "Input...

    docs.aspose.com/diagram/net/work-with-diagram-u...