Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 244,637 for

cells

(0.13 sec)
  1. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...Cells API设置工作表的背景图片。 在Microsoft Excel中设置工作表背景...选择一张图片来设置工作表的背景图片。 设置工作表背景 使用Aspose.Cells设置工作表背景 下面的代码使用从流中读取的图像设置了一个背景图像。...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  2. 指定在输出 PDF 和图片中如何交叉字符串,由 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for C++ 控制 PDF 和图片输出中的文本溢出。...Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/specify-how-to-cro...
  3. 用 C++ 管理OLE对象|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在工作表中添加、提取和操作OLE对象。...Cells支持在工作表中添加、提取和操作OLE对象。因此,Aspose.Cells具有 OleObjectCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; std :: vector...

    docs.aspose.com/cells/zh/cpp/managing-ole-objects/
  4. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++....Cells preserves information about...Microsoft Excel document, such as cell, row, table, worksheet, image...

    docs.aspose.com/cells/cpp/export-document-struc...
  5. 用 C++ 测量单元格值的宽度和高度(以像素为单位)|Documentation

    学习如何通过Aspose.Cells for C++ API测量单元格值的宽度和高度(像素单位)。...Cells 为此目的提供了 Cell.GetWidthOfValue() 和 Cell.GetHeightOfValue()...另外,你还可以使用Aspose.Cells API 自动调整行高和列宽 。 以下代码解释了 Cell.GetWidthOfValue()...

    docs.aspose.com/cells/zh/cpp/calculate-the-widt...
  6. Set Range Border|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.... you don’t need to set each cell individually. You can set the...border on the range. Aspose.Cells offers this feature. This article...

    docs.aspose.com/cells/net/set-range-border/
  7. Convert Table to ODS with C++|Documentation

    Convert an Excel file with a table to ODS file format using Aspose.Cells with C++....Cells supports converting an Excel...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/convert-table-to-ods/
  8. 通过 xlsx4j 创建新电子表格|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....Cells - 创建新的电子表格 Workbook 类可用于简单使用。...add ( "My Worksheet" ); Cells cells = worksheet . getCells ();...

    docs.aspose.com/cells/zh/java/create-new-spread...
  9. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....Cells provides the ability to create...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/create-union-range/
  10. TextOrientation enumeration | Aspose.Words for ...

    aspose.words.TextOrientation enumeration. Specifies orientation of text on a page, in a table cell or a text frame....of text on a page, in a table cell or a text frame. Members Name...() builder . insert_cell () builder . cell_format . vertical_alignment...

    reference.aspose.com/words/python-net/aspose.wo...