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

cells

(0.15 sec)
  1. Manage Presentation Tables in PHP|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for PHP via Java. Discover simple code examples to streamline your table workflows....The information in a grid of cells (arranged in rows and columns)...Slides provides the Table class, Cell class, and other types to allow...

    docs.aspose.com/slides/php-java/manage-table/
  2. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....Cells Product Family Aspose.Email...using C# Merge Cells in Word using Python Merge Cells in Word using...

    kb.aspose.com/words/page/4/
  3. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...Cells 添加带内置样式的文字艺术文本。请使用 ShapeCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  4. Filtering the kind of data while loading the wo...

    Learn how to filter specific data types while loading a workbook from a template file using Aspose.Cells with C++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/cpp/filtering-the-kind-of...
  5. 用JavaScript通过C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++格式化和修改命名范围。...Cells Example </ title > </ head >...body > < script src = "aspose.cells.js.min.js" ></ script > < script...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  6. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for C++. Our guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/cpp/set-the-values-format...
  7. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce calculation time for cell calculation methods in Excel using Node.js via C++....Decrease the Calculation Time of Cell.Calculate method with Node.js...calculated values of the individual cells. But sometimes, users do not...

    docs.aspose.com/cells/nodejs-cpp/decrease-the-c...
  8. Aspose::Words::DocumentBuilder::get_RowFormat m...

    Aspose::Words::DocumentBuilder::get_RowFormat method. Returns an object that represents current table row formatting properties in C++....apply them to every row and cell that we add with it. builder...it to the current cell, // and any new cells that we create with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...Cells会将整个单词或句子的字体更改为可以显示该字符的字体(如Arial...个单词或句子的字体。 为了解决这个问题,Aspose.Cells提供了 PdfSaveOptions.IsFontSubstitutionCh...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...
  10. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the Cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...after inserting text to the cells of a table that is part of a...headerCell2 = new Cell(glossaryDoc); newTable.FirstRow.Cells.Add(headerCell2);...

    forum.aspose.com/t/cannot-append-text-to-tables...