Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 32,785 for

saveoptions

(0.44 sec)
  1. 在 JavaScript 中将 PowerPoint 转换为 HTML|Aspose.Slid...

    在 JavaScript 中将 PowerPoint 转换为 HTML。将 PPTX 或 PPT 保存为 HTML。将幻灯片保存为 HTML。...pptx" ); try { var saveOptions = new aspose . slides . HtmlOptions...HtmlOptions (); saveOptions . setSvgResponsiveLayo ( true );...

    docs.aspose.com/slides/zh/nodejs-java/convert-p...
  2. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....toString() toString(SaveOptions saveOptions) Exports the content...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCac...

    reference.aspose.com/words/java/com.aspose.word...
  3. FootnoteSeparator | Aspose.Words for Java

    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...
  4. Specify 3D File Save Options in C#|Documentation

    There are several Scene.Save method overloads that accept a Saveoptions object. Each save format has a corresponding class that holds save options for that save format....overloads that accept a SaveOptions object. This should be an...a class derived from the SaveOptions class. Each save format has...

    docs.aspose.com/3d/net/specify-3d-file-save-opt...
  5. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a Saveoptions object. Each save format has a corresponding class that holds save options for that save format....overloads that accept a SaveOptions object. This should be an...a class derived from the SaveOptions class. Each save format has...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  6. 乳胶到PDF| .NET的Aspose.TeX

    要使用Aspose.TeX API解决方案。... SaveOptions = new PdfSaveOptions(); 11...PDF format. 13 options. SaveOptions = new PdfSaveOptions(); 14...

    docs.aspose.com/tex/zh/net/latex-to-pdf/
  7. How to Remove Default Bookmark When Exporting a...

    Hello Team, I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...Address; var saveOptions = new HtmlSaveOptions { ExportPrintAreaOnly...workbook.Save(htmlStream, saveOptions); htmlStream.Position = 0;...

    forum.aspose.com/t/how-to-remove-default-bookma...
  8. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....overloads that accept a SaveOptions object. This should be an...a class derived from the SaveOptions class. Each save format has...

    docs.aspose.com/diagram/java/save-visio-document/
  9. Aspose.Cells 8.3.2中的公共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.ExpCellNameToXLSX 属性。 SaveOptions.DefaultFont...DefaultFont 属性。 SaveOptions.Compliance 属性。 SaveOptions.PdfBookmark 属性。...

    docs.aspose.com/cells/zh/java/public-api-change...
  10. Docx-Pdf: Long running conversion issue: JAVA -...

    Hi , We are having l Supplemental_file.docx (2.5 MB) which impacting many of our clients specially from China. Please find snippet from our POM <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-cells</…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...PDF_17); saveOptions.setUseHighQualityRen(true); saveOptions.setI...

    forum.aspose.com/t/docx-pdf-long-running-conver...