Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 20,355 for

table

(0.21 sec)
  1. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_UseSingleBorderforContiguousCells method. Use Simplified Rules For Table Border Conflicts in C++....method Use Simplified Rules For Table Border Conflicts. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. DataSource Element|Aspose.Words for SharePoint

    DataSource element meaning and structure which may be used while configuring Aspose.Words for SharePoint reports....one child element from the table below is allowed. The child...

    docs.aspose.com/words/sharepoint/datasource-ele...
  3. HTML Template – Aspose.HTML for .NET

    Create HTML files in C#. Learn how to populate an HTML template from data sources and convert it to an HTML document....corresponding cells of the table. The data_merge attribute specifies...a list of objects, and the table should be repeated for each...

    products.aspose.com/html/net/html-template/
  4. Aspose.Cells 8.3.1中的公共API更改|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....cell D5 which lies inside the table Cell cell = worksheet . Cells...//Access the Table from this cell ListObject table = cell . GetTable...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. 管理表格|Aspose.Slides for PHP 文档

    在PowerPoint演示文稿中创建和管理表格...Slides提供了 Table 类, ITable 接口, Cell 类, ICell...保存演示文稿到磁盘 $pres -> save ( "table.pptx" , SaveFormat :: Pptx );...

    docs.aspose.com/slides/zh/php-java/manage-table/
  6. Inconsistent behaviour manipulating HeaderFoote...

    Hello We are migrating our PDF’s to the new Aspose schema (from version 11 to 25.10.0) and one of the tasks we need to do programatically, is to display headers and footers in subsequent pages because when the content g…...Paragraphs) { var table = para as Table; if (table == null) continue;...continue; foreach (Row row in table.Rows) { if(row.MinRowHeight <=...

    forum.aspose.com/t/inconsistent-behaviour-manip...
  7. Three methods for filtering Chart Data with C++...

    Learn how to filter charts in Excel using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making....using a Table and let the chart change Using a Table is similar...but you have advantages with tables over ranges. When you change...

    docs.aspose.com/cells/cpp/filtering-charts-in-e...
  8. CellFormat.topPadding property | Aspose.Words f...

    CellFormat.topPadding property. Returns or sets the amount of space (in points) to add above the contents of cell....DocumentBuilder ( doc ); let table = builder . startTable (); builder.... endTable (); let cells = table . firstRow . cells . toArray...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CellFormat.WrapText | Aspose.Words for .NET

    Discover the CellFormat WrapText property to enhance your spreadsheet's readability by automatically wrapping text in cells for a cleaner look....Examples Shows how to build a table with custom borders. Document... StartTable (); // Setting table formatting options for a document...

    reference.aspose.com/words/net/aspose.words.tab...
  10. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 C# 示例代码,以简化表格工作流程。...Slides 提供了 Table 类、 ITable 接口、 Cell 类、 ICell...// 将演示文稿保存到磁盘 pres . Save ( "table.pptx" , SaveFormat . Pptx );...

    docs.aspose.com/slides/zh/net/manage-table/