Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 14,764 for

custom data

(0.06 sec)
  1. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....section of the header with custom font pageSetup . SetHeader...section of the header with custom font pageSetup . SetHeader...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  2. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....Microsoft Word with data from various data sources such as java...com.aspose.words.net.System.Data.DataSet or an array of values...

    reference.aspose.com/words/java/com.aspose.words/
  3. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....GetObjectByIndex ( 0 ); //Add source data for pivot table intrusive_ptr...pivot table rows, columns and data fields pt -> AddFieldToArea...

    docs.aspose.com/cells/cpp/public-api-changes-in...
  4. Track Document Conversion Progress with Node.js...

    Learn how to track document conversion progress in Excel files using Aspose.Cells for Node.js via C++....that you can implement in your custom class. You may also control...in the TestPageSavingCallba custom class. Track Document Conversion...

    docs.aspose.com/cells/nodejs-cpp/track-document...
  5. Creating Pie Chart with Leader Lines|Documentation

    Learn how to use Aspose.Cells for .NET 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....input some data that will serve as the series data source. Once...Once the data is in place, we will add a Chart of type ChartType...

    docs.aspose.com/cells/net/creating-pie-chart-wi...
  6. ChartSeries.data_points property | Aspose.Words...

    ChartSeries.Data_points property. Returns a collection of formatting objects for all Data points in this series....data_points property ChartSeries.data_points property Returns...for all data points in this series. @property def data_points...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Read Axis Labels after Calculating the Chart wi...

    Learn how to read axis labels in Aspose.Cells for C++ after calculating the chart. Our guide will show you how to access and retrieve axis labels, including their formatting and positioning.... \\ Data \\ 01_SourceDirectory \\ " );...Wrapping for Data Labels of the Chart with C++ Adding Custom Labels...

    docs.aspose.com/cells/cpp/read-axis-labels-afte...
  8. 使用C++渲染自定义日期格式g和ge mm dd|Documentation

    Aspose.Cells是一个支持使用自定义日期格式 g 和 ge 渲染日期的C++库。本文将描述如何使用Aspose.Cells库渲染自定义日期格式,以便用户可以控制日期的显示方式。...// For complete examples and data files, please go to https://github...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/render-custom-date...
  9. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。...LegendPositionType :: Bottom ); // Set data range chart . SetChartDataRange..."A1:E12" , true ); // Set category data chart . GetNSeries (). GetCategoryData...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/
  10. 用 C++ 实现其他语言的子合计或总计标签|Documentation

    学习如何使用 Aspose.Cells for C++ 在非英语环境中实现子合计和总计标签。...functionType ) override { return u "Custom Total" ; } virtual U16String...functionType ) override { return u "Custom Grand Total" ; } }; int main...

    docs.aspose.com/cells/zh/cpp/implement-subtotal...