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

aspose cells

(0.1 sec)
  1. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....spreadsheets to CSV format Aspose.Cells provides the ability to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  2. 用C++查找XML映射的根元素名称|Documentation

    学习如何使用Aspose.Cells for C++查找XML映射的根元素名称。...Contents [ Hide ] 可能的使用场景 您可以使用 Aspose.Cells 的 XmlMap.GetRootElementName()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/find-the-root-elem...
  3. 使用 C++ 以标准或最小尺寸保存 Excel 为 PDF|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件保存为标准或最小尺寸的 PDF。...Contents [ Hide ] 默认情况下,Aspose.Cells 将 Excel 保存为标准尺寸的 PDF。然而,您也可以使用...PdfOptimizationType::MinimumSize 使用 Aspose.Cells 将 Excel 保存为标准或最小尺寸的 PDF...

    docs.aspose.com/cells/zh/cpp/save-excel-into-pd...
  4. Row.row_format property | Aspose.Words for Python

    Row.row_format property. Provides access to the formatting properties of the row....def row_format ( self ) -> aspose . words . tables . RowFormat...modify the format of rows and cells in a table. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 用C++判断Shape是否为Smart Art Shape|Documentation

    了解如何使用Aspose.Cells for C++判断一个形状是否为Smart Art Shape。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/determine-if-shape...
  6. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  7. 使用 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/tile-picture-as-a-...
  8. How to Convert JPG to Black and White PDF in C#

    This tutorial contains simple steps on how to convert JPG to Black and White PDF in C#. It provides details about all the resources, important namespaces, classes, methods and a runnable sample code for writing a jpg to Black and White pdf converter in C#....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/imaging/net/how-to-convert-jpg-to...
  9. 使用 Python 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    Python 原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++通過 COM 互操作處理 PDF 檔中的表。...NET 庫 為了使用表格,請使用 Aspose.PDF for Python via .NET ,這是一個功能強大且易於使用的...,搜尋“aspose-pdf”,並安裝。或者,執行以下命令: Console pip install aspose-pdf...

    products.aspose.com/pdf/zh-hant/python-net/table/
  10. Manage Titles of Excel Charts with C++|Document...

    Learn how to use Aspose.Cells for C++ to add and format chart and axis titles in Microsoft Excel. Our guide will demonstrate how to set different types of titles, adjust their appearance, and modify axis titles for better data representation and clarity....Axis Titles Title Options Aspose.Cells also allows you to manage...in a WYSIWYG environment. Aspose.Cells also allows developers to...

    docs.aspose.com/cells/cpp/chart-and-axis-titles/