Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 241,981 for

aspose cells

(0.28 sec)
  1. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....options are fully supported in Aspose.Cells. This article explains how...to set page options with Aspose.Cells and shows code samples for...

    docs.aspose.com/cells/cpp/setting-page-options/
  2. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....Headers and Footers using Aspose.Cells for C++ With Worksheet.PageSetup...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/get-headers-or-footers/
  3. 使用 C++ 添加具有命名目标的 PDF 书签|Documentation

    学习如何使用 Aspose.Cells for C++ 添加带有命名目标的 PDF 书签。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/add-pdf-bookmarks-...
  4. 在 Jython 中打开文件|Documentation

    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....Contents [ Hide ] Aspose.Cells - 打开文件 使用 Aspose.Cells Java for Jython...代码 from aspose - cells import Settings from com . aspose . cells...

    docs.aspose.com/cells/zh/java/opening-files-in-...
  5. Create Signature Line in an Excel Workbook with...

    This article describes how to Create Signature Line in an Excel Workbook using C++ codes with Aspose.Cells for C++....Workbook with C++ using Aspose.Cells Contents [ Hide ] Introduction...Signature Line for Excel Aspose.Cells also provides this feature...

    docs.aspose.com/cells/cpp/create-signature-line...
  6. 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 && …...pdf Aspose.Cells Product Family aspose-cells-java , cells-java...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  7. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply different image and print options using Aspose.Cells with C++.... Aspose.Cells supports converting worksheets...to images. Additionally, Aspose.Cells supports setting different...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  8. Create PdfBookmarkEntry for Chart Sheet with C+...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for C++....Usage Scenarios Previously, Aspose.Cells created a PdfBookmarkEntry...a normal sheet. However, Aspose.Cells can now also create a PdfBookmarkEntry...

    docs.aspose.com/cells/cpp/create-pdfbookmarkent...
  9. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...Contents [ Hide ] 可能的使用场景 Aspose.Cells提供 Workbook::AddDigitalS...添加数字签名到已签名的Excel文档时的注意事项:如果原始文档由Aspose.Cells生成,则功能正常。但如果文档由其他引擎(如Microsoft...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  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/