Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 238,879 for

aspose cells

(0.35 sec)
  1. 使用C++将含图片或图表的XLS文件转换成PDF|Documentation

    使用Aspose.Cells将含有图像或图表的XLS文件转换为PDF文件。...Hide ] Aspose.Cells支持将包含图片和图表的XLS文件转换为PDF文档。Aspose.Cells for C...C++可以独立完成将电子表格转换为PDF的任务:不需要Aspose.PDF for C++。此过程可以在内存中完成,因为不...

    docs.aspose.com/cells/zh/cpp/convert-xls-file-w...
  2. How to Add/Insert TextBox to Worksheet with C++...

    How to add/insert a TextBox to a worksheet in Aspose.Cells with C++....Text Box to Worksheet in Aspose.Cells When you need to bulk insert...this document will help. Aspose.Cells provides an API to easily...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  3. 在没有内容时输出空白页面(C++)|Documentation

    使用C++处理空工作表并打印空白页面...[ Hide ] 可能的使用场景 如果工作表为空,Aspose.Cells在导出工作表为图像时不会打印任何内容。可以通过设置...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/output-blank-page-...
  4. ConditionalStyle.left_padding property | Aspose...

    ConditionalStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of table Cells....left of the contents of table cells. @property def left_padding...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用C++导出带有viewBox属性的SVG图表|Documentation

    使用Aspose.Cells结合C++将带有viewBox属性的图表导出为SVG格式。...但是,Aspose.Cells提供了 ImageOrPrintOptions....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-chart-to-sv...
  6. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non‑primitive shapes using Aspose.Cells with C++....A Non‑Primitive Shape In Aspose.Cells, non‑primitive shapes are...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  7. TableStyle.vertical_alignment property | Aspose...

    TableStyle.vertical_alignment property. Specifies the vertical alignment for the Cells....vertical alignment for the cells. @property def vertical_alignment...vertical_alignment ( self ) -> aspose . words . tables . CellVerticalAlignmen...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...程序matically 更改标题和正文字体 有了 Aspose.Cells for C++,我们可以检查默认字体是否为主题字体,或通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  9. 使用 C++ 检查工作簿是否包含隐藏的外部链接|Documentation

    学习如何使用 Aspose.Cells for C++检测Excel工作簿中的隐藏外部链接。...Aspose.Cells 会检索所有外部链接,无论它们是否可见。然而,你可以检查...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/check-if-workbook-...
  10. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...