Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 6,428 for

api cleanup

(0.08 sec)
  1. 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...
  2. 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-...
  3. Creating a Pie Chart with Leader Lines using C+...

    Learn how to use Aspose.Cells for C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....Cells for C++ API. In Excel, the ‘Show leader lines’...similar chart with Aspose.Cells APIs, you have to explicitly set...

    docs.aspose.com/cells/cpp/creating-pie-chart-wi...
  4. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....Cells APIs with the GetLabel() and SetLabel(const...its label from Sample APIs to Aspose APIs . The console output...

    docs.aspose.com/cells/cpp/access-and-modify-the...
  5. Generate Data Matrix code Images via JavaScript...

    JavaScript example of code to generate Data Matrix code in any modern browser using WebAssembly-based library....BarCode for JavaScript via C++ API. Aspose.BarCode for JavaScript...Requirements Aspose barcode APIs are supported by all major platforms...

    products.aspose.com/barcode/javascript-cpp/data...
  6. Generate Aztec Code Images via JavaScript via C...

    JavaScript example of code to generate Aztec Code in any modern browser using WebAssembly-based library....BarCode for JavaScript via C++ API. Aspose.BarCode for JavaScript...Requirements Aspose barcode APIs are supported by all major platforms...

    products.aspose.com/barcode/javascript-cpp/azte...
  7. 用C++添加自定义XML部分并按ID选择|Documentation

    了解如何用Aspose.Cells和C++在Excel文件中添加和选定自定义XML部分。...Add() 方法以API添加自定义XML部分,也可以通过 CustomXmlPart...endl ; Aspose :: Cells :: Cleanup (); } 控制台输出 Found: CustomXmlPart...

    docs.aspose.com/cells/zh/cpp/add-custom-xml-par...
  8. 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...
  9. 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...
  10. 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/