Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 246,440 for

cells

(0.22 sec)
  1. Table|Aspose.Slides for PHP Documentation

    Create and format tables in PHP with Aspose.Slides: insert data, merge Cells, style borders, align content, and import/export for PPT, PPTX and ODP....removing them, and merging cells using Aspose.Slides for PHP...(); } } Merge Table Cells Merge adjacent cells of a table into a...

    docs.aspose.com/slides/php-java/examples/elemen...
  2. 使用C++将Excel导出到带有网格线的HTML|Documentation

    学习如何使用编号Aspose.Cells for C++导出带网格线的Excel文件到HTML。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/zh/cpp/export-excel-to-ht...
  3. 带有C++的日期轴|Documentation

    了解如何管理Aspose.Cells for C++中的日期轴。我们的指南将帮助您理解如何处理各种日期格式、时间刻度和刻度标签频率。...Cells 会自动将类别轴转换为日期(时间尺度)轴。 日期轴以特定...不是按顺序或基本单位相同。 默认情况下,Aspose.Cells 根据工作表数据中任何两个日期之间的最小差异,确定日期轴...

    docs.aspose.com/cells/zh/cpp/date-axis/
  4. PreferredWidth class | Aspose.Words for Node.js

    Aspose.Words.Tables.PreferredWidth class. Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell...preferred width of a table or a cell. To learn more, visit the Working...insertCell (); builder . write ( "Cell #1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Specify how to cross string in output PDF and i...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for Node.js via C++....Possible Usage Scenarios When a cell contains text or a string that...width of the cell, the string overflows if the next cell in the next...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...
  6. How to Create Table in Word Document using C#

    A step-by-step tutorial on how to create table in Word document using C# code. Programmatically create table in Word using C# with an Aspose DocumentBuilder and DOM classes....Cells Product Family Aspose.Email...InsertCell or Table.Rows.Cells.Add method to add cells in table row Use...

    kb.aspose.com/words/net/how-to-create-table-in-...
  7. Aspose::Words::Tables::Table::get_LeftIndent me...

    Aspose::Words::Tables::Table::get_LeftIndent method. Gets or sets the value that represents the left indent of the table in C++....current cell/row its cursor is in, // as well as any new cells and...-> Write ( u "Header Row, \n Cell 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Creating a List Object|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 supports creating and managing...Object using Aspose.Cells API Aspose.Cells provides a class, Workbook...

    docs.aspose.com/cells/python-java/creating-a-li...
  9. Aspose::Words::DocumentBuilder::Writeln method ...

    Aspose::Words::DocumentBuilder::Writeln method. Inserts a paragraph break into the document in C++....builder -> Write ( u "Row 1, cell 1." ); builder -> InsertCell...builder -> Write ( u "Row 1, cell 2." ); builder -> EndRow ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C# sample code using Aspose.PDF for .NET... Cells . Add ( "Column (" + row_count...row_count + ", 1)" ); row . Cells . Add ( "Column (" + row_count +...

    products.aspose.com/pdf/net/table/