Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 20,876 for

table

(0.1 sec)
  1. InlineStory.ParentParagraph | Aspose.Words for ...

    Discover the InlineStory ParentParagraph property to effortlessly access the parent Paragraph of any node, enhancing your content management experience.... Footnote , null ); // Table nodes have an "EnsureMinimum()"...the table has at least one cell. Table table = new Table ( doc...

    reference.aspose.com/words/net/aspose.words/inl...
  2. 使用 Python 管理演示文稿表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python(通过 .NET)在 PowerPoint 和 OpenDocument 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。...Slides 提供了 Table 类、 Cell 类以及其他相关类型,帮助您在任意演示文稿中创建、更新和管理表格。...通过索引获取幻灯片的引用。 定义列宽数组。 定义行高数组。 向幻灯片添加一个 Table 。 遍历每个 Cell 并设置其上、下、右、左边框。 合并表格第一行的前两个单元格。...

    docs.aspose.com/slides/zh/python-net/manage-table/
  3. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for JavaScript via C++....filter data in either a table or a pivot table. Microsoft Excel allows...slicer by selecting a table or a pivot table and then clicking Insert...

    docs.aspose.com/cells/javascript-cpp/create-sli...
  4. Aspose::Words::DocumentBuilder::DocumentBuilder...

    Aspose::Words::DocumentBuilder::DocumentBuilder constructor. Initializes a new instance of this class in C++....Examples Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder > ( doc ); // Insert a table of contents for the first page...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. 强制表格在新页面渲染|Aspose.PDF for Java

    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....setLandscape ( true ); Table table = new Table (); table . setColumnWidths...<= 120 ; i ++ ) { Row row = table . getRows (). add (); row ....

    docs.aspose.com/pdf/zh/java/force-table-renderi...
  6. Parsing Pivot Cached Records while loading Exce...

    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....Scenarios When you create a Pivot Table, Microsoft Excel takes a copy...Pivot Table references when you build your Pivot Table or change...

    docs.aspose.com/cells/java/parsing-pivot-cached...
  7. Pivot Tables without columns or rows lose forma...

    We are running into an issue refreshing a Pivot Table that only has a Filter (no rows, columns or values). Aspose gets rid of some of the formatting and adds extra formatting to cells we do not expect to have pivot Table…...Pivot Tables without columns or rows lose formatting Aspose.Cells...an issue refreshing a Pivot table that only has a Filter (no rows...

    forum.aspose.com/t/pivot-tables-without-columns...
  8. InlineStory.tables property | Aspose.Words for ...

    InlineStory.Tables property. Gets a collection of Tables that are immediate children of the story....tables property InlineStory.tables property Gets a collection...collection of tables that are immediate children of the story. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Copying a range across workbook which is being ...

    I have two workbooks both with 1 Table having 4 columns and 60 rows, I take one Table and copy the style and then copy the value to another workbook. then I reference this copied over Table entirely in another sheet of t…...with 1 table having 4 columns and 60 rows, I take one table and...reference this copied over table entirely in another sheet of...

    forum.aspose.com/t/copying-a-range-across-workb...
  10. Consolidation Function|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....(or value fields) of a pivot table. In Microsoft Excel, you can...ConsolidationFunctio to Data Fields of Pivot Table The following code applies the...

    docs.aspose.com/cells/net/consolidation-function/