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

cells

(0.25 sec)
  1. 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...
  2. 支持C++中的XAdES签名|Documentation

    本文介绍如何使用C++代码结合Aspose.Cells for C++支持XAdES签名。...Cells支持使用XAdES签名对工作簿进行签名。API提供了 DigitalSignature...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/support-for-xades-...
  3. 通过 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...
  4. 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/
  5. 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/
  6. 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...
  7. Table cell list format changed after insert new...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document main = new Document(path + "794084228810694656.docx"); Document cover = new Document(path + "竖版签批.docx"); Document target = (Document) main.deepClo…...Table cell list format changed after insert new word Aspose.Words...you’re encountering—where table cell list formatting changes after...

    forum.aspose.com/t/table-cell-list-format-chang...
  8. Copying Rows and Columns|Documentation

    This article shows how to copy rows and columns through the Aspose.Cells for .NET API....Cells, it is possible to copy rows...comments, formatting, hidden cells, images, and other drawing objects...

    docs.aspose.com/cells/net/copying-rows-and-colu...
  9. Reusing Style Objects|Documentation

    In Aspose.Cells for .NET, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...to the cells in the range. Because the Cell.GetStyle/Cell.SetStyle...

    docs.aspose.com/cells/net/reusing-style-objects/
  10. 在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....Cells - 自动调整行和列 使用 Aspose.Cells Java for Jython...aspose - cells import Settings from com . aspose . cells import...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...