Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 32,785 for

saveoptions

(0.96 sec)
  1. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!..."Compliance" property of the SaveOptions object to "OoxmlCompliance...standard. OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...

    reference.aspose.com/words/net/aspose.words.set...
  2. HtmlSaveOptions.exportListLabels property | Asp...

    HtmlSaveoptions.exportListLabels property. Controls how list labels are output to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object // to decide which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Public API Changes in Aspose.Cells 8.3.2|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.... SaveOptions.ExpCellNameToXLSX property. SaveOptions.DefaultFont...property. SaveOptions.Compliance property. SaveOptions.PdfBookmark...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Public API Changes in Aspise.Cells 8.3.2|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.... SaveOptions.ExpCellNameToXLSX property. SaveOptions.DefaultFont...property. SaveOptions.Compliance property. SaveOptions.PdfBookmark...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Aspose.Html - System.PlatformNotSupportedExcept...

    https://forum.aspose.com/t/aspose-html-system-platformnotsupportedexception-system-drawing-common-is-not-supported-on-non-windows-platforms-version-24-10-0/293413/10...the code base- try { var saveOptions = new ImageSaveOptions(Aspose...Image.ImageFormat.Bmp); saveOptions.BackgroundColor = (System...

    forum.aspose.com/t/aspose-html-system-platformn...
  6. 用C++保存文件的不同方法|Documentation

    Aspose.Cells for C++可以将文件保存为不同格式。保存为PDF。保存为HTML。保存为DOCX。保存为PPTX。保存为JSON。保存为MHTML。...PDFA-1a PdfSaveOptions saveOptions ; saveOptions . SetCompliance (...Save ( u "pdfa1a.pdf" , saveOptions ); Aspose :: Cells :: Cleanup...

    docs.aspose.com/cells/zh/cpp/different-ways-to-...
  7. Convert PowerPoint Presentations to HTML in Jav...

    Convert PowerPoint presentations to responsive HTML. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....pptx" ); try { var saveOptions = new aspose . slides . HtmlOptions...HtmlOptions (); saveOptions . setSvgResponsiveLayo ( true );...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  8. Workbook links are not working in .xlsm or .xls...

    Hi Sir/madam, We want to change the Excel export from .xls to .xlsm, using Aspose.cells v25.12.0 Generating a single excel file works correct. When generating 2 excel files, with workbook links, a lot of workbook link…...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); saveOptions.SortExternalNames...Save(dir + " B425.xlsx", saveOptions); jacco.de.vos February 3...

    forum.aspose.com/t/workbook-links-are-not-worki...
  9. Aspose.Cells 8.7.0中的公共API更改|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....SaveOptions 属性 Workbook.SaveOptions 属性已被标记为过时,因此在此版本中已从公共...save(Stream, SaveOptions) 或 Workbook.save(string, SaveOptions) 方法作为替代。...

    docs.aspose.com/cells/zh/java/public-api-change...
  10. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...