Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 20,439 for

table

(0.65 sec)
  1. 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...
  2. Replace Aspose XML schema with Serialized Docum...

    There is any limitation on Serializing the Aspose Document and used to do object creation in order to generate the PDF from this model instead on pre-defined aspose xml schema, so we can introduce tagged elements? Thanks…...<Header> <Margin Top="20" /> <Table ColumnAdjustment="AutoFitToWindow">...</TextFragment> </Cell> </Row> </Table> </Header> But is not valid...

    forum.aspose.com/t/replace-aspose-xml-schema-wi...
  3. 使用 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/
  4. 用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...
  5. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf document with 1 Table 20K rows and 10 columns. Here is an example of my code private static final int ROWS_COUNT = 20000; private sta…...saving pdf document with 1 table 20K rows and 10 columns. Here...getPages().add(); Table table = new Table(); for (int i = 0;...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  6. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...Excel file containing pivot table Workbook wb ( inputFilePath...0 ); // Access first pivot table inside the worksheet PivotTable...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  7. 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...
  8. Cell.nextCell property | Aspose.Words for Node.js

    Cell.nextCell property. Gets the next [Cell](../) node.... Tables . Cell Remarks The method can...how to enumerate through all table cells. let doc = new aw . Document...

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

    Discover the PreferredWidth Auto field, which efficiently handles unspecified width values for optimal layout customization in your projects....to set a preferred width for table cells. Document doc = new Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words.tab...
  10. InlineStory.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with InlineStory's EnsureMinimum method, which adds a paragraph if the last child isn't one, enhancing readability and structure.... 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...