Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 201,171 for

aspose cells

(0.06 sec)
  1. How to Split Word File using C#

    This tutorial explains how to split Word file using C#. It contains all the details for configuring the development environment, sequence of steps for writing this application and a runnable sample code to extract pages from Word using C#....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/words/net/how-to-split-word-file-...
  2. Output Blank Page when there is Nothing to Prin...

    Handle empty worksheets and print blank pages with Aspose.Cells using C++....the sheet is empty, then Aspose.Cells will not print anything...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/output-blank-page-whe...
  3. Read Chart Subtitle from ODS File with C++|Docu...

    Learn how to use Aspose.Cells for C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....Chart Subtitle from ODS File Aspose.Cells provides you with the ability...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/read-chart-subtitle-f...
  4. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...Aspose.Cells提供设置 ImageOrPrintOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  5. How to Convert PPTX to XPS in C# without Interop

    In this step by step tutorial, we'll show you how to convert PPTX to XPS in C# without interop. Converting PowerPoint to XPS without interop using C# code is simple and easy....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/slides/net/how-to-convert-pptx-to...
  6. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....Possible Usage Scenarios Aspose.Cells provides the GetShadowEffect()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  7. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  8. Converting Worksheet to Image and Worksheet to ...

    Learn how to convert a worksheet to an image file and a worksheet with multiple pages to an image file per page using Aspose.Cells with C++.... Aspose.Cells supports converting worksheets...Excel files to images. Also, Aspose.Cells supports converting a workbook...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  9. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells fully supports Microsoft...topic discusses how to use Aspose.Cells to configure page margins...

    docs.aspose.com/cells/cpp/setting-margins/
  10. 用C++设置对齐方式|Documentation

    Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...文本控制 文本方向 Aspose.Cells完全支持所有这些对齐设置,并在下面详细讨论。 Aspose.Cells中的对齐设置 Aspose...Aspose.Cells提供一个表示Excel文件的类 Workbook 。 Workbook 类包含一个 Worksheets...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...