Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 6,410 for

api cleanup

(1.52 sec)
  1. 使用C++移除Excel文件中工作表的现有PrinterSettings|Documentation

    学习如何通过Aspose.Cells的Page Setup对象,使用C++以编程方式移除Excel文件中工作表的现有PrinterSettings。...Cells API移除现有的打印机设置。 删除Excel文件中工作表的现有打印设置...xlsx" ); Aspose :: Cells :: Cleanup (); return 0 ; } 控制台输出 PrinterSettings...

    docs.aspose.com/cells/zh/cpp/remove-existing-pr...
  2. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Cells APIs support converting Excel charts...endl ; Aspose :: Cells :: Cleanup (); } It is also possible to...

    docs.aspose.com/cells/cpp/chart-to-image/
  3. Custom prompt formatter|Documentation

    Replace IPromptFormatter in Aspose.LLM for .NET to support custom chat templates or post-process model output....output is cleaned up before the API returns. Substitute the default...raw model output before the API returns. Typical work: strip...

    docs.aspose.com/llm/net/developer-reference/ext...
  4. How to create waterfall chart with C++|Document...

    Create waterfall charts in Excel with C++ and Aspose.Cells for C++ Api....Cells APIs allows to create a waterfall...the help of line chart. The API also allows customizing the chart...

    docs.aspose.com/cells/cpp/creating-waterfall-ch...
  5. 使用C++创建带引导线的饼图|Documentation

    学习如何用Aspose.Cells for C++ Api在Microsoft Excel中创建带引导线的饼图。我们的指南演示如何添加连接数据点和图例的引导线,提升图表的清晰度。...Cells for C++ API从零创建带引导线的饼图。在Excel中,默认启用“显示引导...Cells API创建类似图表时,你必须明确设置对应属性。 为演示如何用Aspose.Cells for C++ API创建带...

    docs.aspose.com/cells/zh/cpp/creating-pie-chart...
  6. How to change the Comment Font Color with C++|D...

    Learn how to customize comment font color in Excel using Aspose.Cells with C++....Cells provides APIs to accomplish the task. Aspose...xlsx" ); Aspose :: Cells :: Cleanup (); } The output file generated...

    docs.aspose.com/cells/cpp/how-to-change-the-com...
  7. Measure the Width and Height of the Cell Value ...

    Learn how to measure the width and height of the cell value in units of pixels through the Aspose.Cells for C++ Api....Cells APIs. The following code explains...outFilePath ); Aspose :: Cells :: Cleanup (); } Advanced topics Get Text...

    docs.aspose.com/cells/cpp/calculate-the-width-a...
  8. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate, or remove scenarios from Excel worksheets programmatically using the C++ library with Aspose.Cells Api....Cells APIs. Aspose.Cells provides some...endl ; } Aspose :: Cells :: Cleanup (); return 0 ; } AI Document...

    docs.aspose.com/cells/cpp/create-manipulate-or-...
  9. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。...Excel97To2003 ); Aspose :: Cells :: Cleanup (); return 0 ; } 在使用 GetProtection()...XP中锁定单元格的对话框 也可以使用 Aspose.Cells API 来锁定单元格。每个单元格可以获得 Style 格式,其中包含一个布尔属性...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  10. 将图表转换为图片(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表导出为 JPEG 或 PNG 等图像格式。我们的指南将演示如何从 Microsoft Excel 导出图表并将其保存为独立图片,以供进一步使用和操作。...Cells APIs 支持将 Excel 图表转换为图像格式,无需任何额外的工具或应用程序。为了提供渲染支持,...Cells :: Cleanup (); } 也可以使用高级设置将图表渲染为图片。Aspose.Cells APIs 提供了一个重载版本的...

    docs.aspose.com/cells/zh/cpp/chart-to-image/