Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 368,266 for

save

(0.71 sec)
  1. PdfSaveOptions.headerFooterBookmarksExportMode ...

    PdfSaveOptions.headerFooterBookmarksExportMode property. Determines how bookmarks in headers/footers are exported.... Saving . HeaderFooterBookmark Remarks...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeMarkupLanguage enumeration | Aspose.Words ...

    Aspose.Words.Drawing.ShapeMarkupLanguage enumeration. Specifies Markup language used for the shape....compliance specification for a saved document to adhere to. let doc...Iso29500_2008_Strict", // any document we save while passing this object will...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python.... Save the modified presentation as...data_label_format . separator = "/" # Save the presentation to disk as...

    docs.aspose.com/slides/python-net/create-chart/
  4. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。..."NewCust" ); // Save modified workbook workbook . Save ( outputFilePath..."Cust_Modified" ); // Save updated workbook workbook . Save ( u "output...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...
  5. 加载文件时自动调整行高,使用JavaScript通过C++|Documentation

    学习如何在使用Aspose.Cells for Java脚本通过C++加载文件时调整非自定义高度的行。...arrayBuffer ); // Load workbook and save as out.pdf const workbook =...const outputData = workbook . save ( SaveFormat . Pdf ); const...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  6. Export Document Workbook and Worksheet Properti...

    Learn how to export Document, Workbook, and Worksheet properties in Excel to HTML using Aspose.Cells for JavaScript via C++....arrayBuffer )); // Specify Html Save Options const options = new...with Html Save Options const outputData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  7. 在VSTO和Aspose.Cells中自动筛选数据|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.... AutoFit (); //Save the copy of workbook as .xlsx...AutoFitColumn ( 1 , 0 , 4 ); //Save the copy of workbook as .xlsx...

    docs.aspose.com/cells/zh/net/auto-filter-data-i...
  8. Set the background color for PDF with JavaScrip...

    Set background color for the your PDF file with JavaScript via C++....background color for the PDF file and save the “ResultPdfSetBackgrou.pdf”...background color for the PDF file and save the "ResultPdfSetBackgrou.pdf"*/...

    docs.aspose.com/pdf/javascript-cpp/set-backgrou...
  9. Document.automatically_update_styles property |...

    Document.automatically_update_styles property. Gets or sets a flag indicating whether the styles in the document are updated to match the styles in the attached template each time the document is opened in MS Word.... save ( file_name = ARTIFACTS_DIR...we are saving does not have one. options = aw . saving . SaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C++ 在演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...get_ActualMinorUnit (); // 保存演示文稿 pres -> Save ( u "ErrorBars_out.pptx" , SaveFormat...SwitchRowColumn (); // 保存演示文稿 pres -> Save ( u "SwitchChartRowColumn_out...

    docs.aspose.com/slides/zh/cpp/chart-axis/