Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 22,514 for

loadoptions

(0.12 sec)
  1. BlockImportMode | Aspose.Words for Java

    Specifies how properties of block-level elements are imported from HTML-based documents in Java....2\n\n\n"; HtmlLoadOptions loadOptions = new HtmlLoadOptions();...HTML block-level elements. loadOptions.setBlockImportMode(blockImportMode);...

    reference.aspose.com/words/java/com.aspose.word...
  2. 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-...
  3. Opening and Saving a Presentation in C# Throws ...

    Hi Team, A simple open and save action of the attached pptm throws the following exception: System.Collections.Generic.KeyNotFoundException: The given key ‘Cambria Math’ was not present in the dictionary. at System.C…...passing the FontSettings via LoadOptions (available in recent versions)...versions) var loadOptions = new LoadOptions { LoadFormat = LoadFormat...

    forum.aspose.com/t/opening-and-saving-a-present...
  4. LoadOptions.password property | Aspose.Words fo...

    Loadoptions.password property. Gets or sets the password for opening an encrypted document...password property LoadOptions.password property Gets or sets...words.loading class LoadOptions LoadOptions.msw_version property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.PSD for Java 25.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 . setAllowWarpRepaint ( true...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  6. Working with GridWeb|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....GridWeb Double Click Events LoadOptions for GridWeb Print GridWeb...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. Read Numbers Spreadsheet Developed by Apple Inc...

    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.... You must use the LoadOptions class and specify LoadFormat::Numbers...

    docs.aspose.com/cells/go-cpp/read-numbers-sprea...
  8. Supported CSS properties for HTML to PDF conver...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. We would like to understand the CSS properties that are fully supported during the conversion process. Having this information will h…...pdfDoc = new Document(); var loadOptions = new HtmlLoadOptions();...Aspose.Pdf.HtmlFragment(html, loadOptions)); pdfDoc.Save("output.pdf");...

    forum.aspose.com/t/supported-css-properties-for...
  9. Memory leak when extract attachments in PST - F...

    When I used ‘ExtractAttachments’ to parse attachments in a PST file, memory was not released. It appears that Dispose() method does not take effect. SharedPtr<PersonalStorage> pst = PersonalStorage::FromFile(pstFile, …...PersonalStorage::FromFile(pstFile, loadOptions); SharedPtr<FolderInfo> root...PersonalStorage::FromFile(pstFile, loadOptions); SharedPtr<FolderInfo> root...

    forum.aspose.com/t/memory-leak-when-extract-att...
  10. Specify Individual or Private Set of Fonts for ...

    Learn how to specify individual or private sets of fonts for workbook rendering using Aspose.Cells for JavaScript via C++....Workbook , SaveFormat , LoadOptions , IndividualFontConfig }...configs. const opts = new LoadOptions ( AsposeCells . LoadFormat...

    docs.aspose.com/cells/javascript-cpp/specify-in...