Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 19,712 for

table

(0.07 sec)
  1. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph....paragraph from a table cell with a nested table. let doc = new...); // Create table with paragraph and inner table in first cell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Insert Timeline|Documentation

    Learn how to create a timeline with Aspose.Cells for JavaScript via C++....timeline by selecting a pivot table and then clicking Insert > Timeline...Create a Timeline for a Pivot Table Please see the following sample...

    docs.aspose.com/cells/javascript-cpp/create-tim...
  3. 用C++读写带有查询表数据源的表格|Documentation

    学习如何用Aspose.Cells for C++读写带有QueryTable为数据源的表格。...ListObject (Table) in the worksheet ListObject table = worksheet...source type if it is query table if ( table . GetDataSourceType ()...

    docs.aspose.com/cells/zh/cpp/read-and-write-tab...
  4. Sub-reports|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....embedding a sub‑report in a table group row. The format is: &...value;……} Example A sub‑report in a table In the example, the name of...

    docs.aspose.com/cells/reportingservices/sub-rep...
  5. Aspose::Words::Bookmark::get_IsColumn method | ...

    Aspose::Words::Bookmark::get_IsColumn method. Returns true if this bookmark is a Table column bookmark in C++....true if this bookmark is a table column bookmark. bool Aspose...how to get information about table column bookmarks. auto doc =...

    reference.aspose.com/words/cpp/aspose.words/boo...
  6. ParagraphFormat.style_identifier property | Asp...

    ParagraphFormat.style_identifier property. Gets or sets the locale independent style identifier of the paragraph style applied to this formatting....Examples Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder ( doc = doc ) # Insert a table of contents for the first page...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.isLayoutInCell property | Aspose.Word...

    ShapeBase.isLayoutInCell property. Gets or sets a flag indicating whether the shape is displayed inside a Table or outside of it....shape is displayed inside a table or outside of it. get isLayoutInCell...how to display a shape in a table cell. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Story.tables property | Aspose.Words for Python

    Story.Tables property. Gets a collection of Tables that are immediate children of the story....tables property Story.tables property Gets a collection of tables...@property def tables ( self ) -> aspose . words . tables . TableCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Table.accept_start method | Aspose.Words for Py...

    Table.accept_start method. Accepts a visitor for visiting the start of the Table....for visiting the start of the table. def accept_start ( self , visitor...words.tables class Table Table.accept_end method Table.auto_fit...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Major performance issue in latest Aspose PDF ve...

    Hi Team, We recently updated Aspose.Pdf from version 24.02 to 25.06 in our .NET Framework application. After the update, we observed a significant performance degradation when generating bigger documents that include he…...{ // Add table var table = GetTable(); AddData(table, true, "header");...AddData(table, false, "value"); } page.Paragraphs.Add(table); } }...

    forum.aspose.com/t/major-performance-issue-in-l...