Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 241,490 for

cells

(0.18 sec)
  1. 使用 C++ 将工作表渲染到图形上下文|Documentation

    学习如何使用 Aspose.Cells for C++ 将工作表渲染到图形上下文。...Cells 现在可以将工作表渲染到图形上下文。图形上下文可以是任何...height) * 以下代码演示了如何使用 Aspose.Cells 将工作表渲染到图形上下文。一旦执行代码,它将打印整个工...

    docs.aspose.com/cells/zh/cpp/render-worksheet-t...
  2. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...Cells Product Family aspose-cells-java , cells-java John...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  3. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from Gear Type SmartArt shapes in Excel using Aspose.Cells for C++ with step-by-step guidance and code examples....Cells for C++ can extract text from...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/extract-text-from-the...
  4. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for C++. Our guide will explain the different types of data values and show you how to access and work with them in your charts....Cells provides ChartPoint::get_XValueType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/find-type-of-x-and-y-...
  5. 获取行中最大列索引和列中最大行索引|Documentation

    学习如何通过C++ API在行中获取最大列索引,在列中获取最大行索引。...Cells for JavaScript通过C++提供此功能。获取行中的最大列索引,可以使用...lastCell 和 Row.lastDataCell 方法,然后用 Cell.column 方法获取最大列索引和最大数据列索引。但为...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...
  6. 使用C++处理形状或图表的反射效果|Documentation

    学习如何使用Aspose.Cells和C++处理形状或图表的反射效果。...Cells提供 Shape.Reflection 属性和 ReflectionEffect...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/working-with-the-r...
  7. 用 C++ 在图表中添加 WordArt 水印|Documentation

    学习如何使用 Aspose.Cells for C++ 向 Microsoft Excel 图表添加 WordArt 水印。我们的指南将演示如何创建和定位 WordArt 水印,以提升图表的视觉吸引力和独特性。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  8. 用 JavaScript 通过 C++ 管理 Excel 图表的标题|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 添加和格式化 Microsoft Excel 中的图表和轴标题。我们的指南将演示如何设置不同类型的标题,调整其外观,以及修改轴标题以获得更佳的数据表现和清晰度。...Cells for JavaScript 通过 C++ 还支持在运行时管理图表的标题。使用...WYSIWYG 环境中设置图表及其轴的标题。 Aspose.Cells for JavaScript 通过 C++ 也允许开发...

    docs.aspose.com/cells/zh/javascript-cpp/chart-a...
  9. Specify Custom Number Decimal and Group Separat...

    Change Number decimal and group separator in MS Excel and with C++ code by using the Aspose.Cells for C++ API....Cells provides the WorkbookSettings...Custom Separators using Aspose.Cells The following sample code illustrates...

    docs.aspose.com/cells/cpp/specify-custom-number...
  10. AutoFitBehavior | Aspose.Words for Java

    Determines how Aspose.Words resizes the table when you invoke the MAspose.Words.Tables.Table.AutoFitAspose.Words.Tables.AutoFitBehavior method in Java....write("Row 1, cell 1."); builder.insertCell();...insertCell(); builder.write("Row 1, cell 2."); builder.endRow(); // While...

    reference.aspose.com/words/java/com.aspose.word...