Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 201,197 for

aspose cells

(0.08 sec)
  1. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes.... Aspose.Cells provides Chart.HasAxis(AxisType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/determine-which-axis-...
  2. 用C++提取Gear类型SmartArt形状中的文本|Documentation

    学习如何使用Aspose.Cells for C++逐步指导和代码示例,从Excel中的Gear类型SmartArt形状中提取文本。...Contents [ Hide ] 可能的使用场景 Aspose.Cells for C++可以提取Gear类型SmartArt形状中的文本。请按以下步骤操作:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/extract-text-from-...
  3. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....Possible Usage Scenarios Aspose.Cells provides the OleObject....#include <iostream> #include "Aspose.Cells.h" #include <guiddef.h>...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  4. 用C++设置形状或文本框的文本效果阴影|Documentation

    学习如何使用编号Aspose.Cells for C++为形状或文本框设置文本效果的阴影。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/setting-shadow-of-...
  5. Advanced Features|Aspose.PDF for .NET

    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....com/aspose-pdf/Aspose.PDF-for-.NET private void...using ( var document = new Aspose . Pdf . Document ()) { // Add...

    docs.aspose.com/pdf/net/advanced-features/
  6. How to Convert XLSX to PDF having Restricted Pe...

    In this short tutorial we will learn how to convert XLSX to PDF having restricted permissions in Java. These steps help you to export XLSX to PDF having restricted permissions using Java in any operating system like macOS, Linux, or Windows....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/java/how-to-convert-xlsx-to...
  7. Copying Rows and Columns with Node.js via C++|D...

    This article shows how to copy rows and columns through the Aspose.Cells for Node.js via C++ API.... With Aspose.Cells, it is possible to copy...comments, formatting, hidden cells, images, and other drawing objects...

    docs.aspose.com/cells/nodejs-cpp/copying-rows-a...
  8. Public API Changes in Aspose.Cells 8.4.2|Docume...

    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....Public API Changes in Aspose.Cells 8.4.2 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.4.1 to...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. 创建并将 Excel 图表嵌入为 OLE 对象到 Microsoft PowerPoint 幻...

    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....本文将向您展示如何通过使用 VSTO 和 Aspose.Slides for .NET 以编程方式创建并嵌入...string Cell , object Value ) { targetSheet . get_Range ( Cell , Cell...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  10. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet Tab Color programmatically using the C++ API or Library....with C++ Contents [ Hide ] Aspose.Cells allows you to change the...Worksheet Tab Color with Aspose.Cells The sample code below shows...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/