Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 23,375 for

table

(0.31 sec)
  1. IMailMergeDataSourceRoot | Aspose.Words for Java

    Implement this interface to allow mail merge from a custom data source with master-detail data in Java....input array, /// for a data table of employees. /// private static...merge region. If a data source (table) with the specified name does...

    reference.aspose.com/words/java/com.aspose.word...
  2. Rows moved to the next page when converting DOC...

    Hi, When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages. Code: var document = new Document(@".\test…... In this example, a whole table is moved into page 2; when converting...noticed that if I remove the table of contents in the original...

    forum.aspose.com/t/rows-moved-to-the-next-page-...
  3. 从 .NET 演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中检索段落和文本块边界,以优化 PowerPoint 演示文稿中的文本定位。...)) { Table tbl = pres . Slides [ 0 ]. Shapes [ 0 ] as Table ; ICell...

    docs.aspose.com/slides/zh/net/paragraph/
  4. What's new|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....mathematical equations, and aligns table layout behavior more closely...customization. Font Fallback Table for CJK Unified Ideographs Extension...

    docs.aspose.com/words/python-net/what-s-new-in-...
  5. Edit MARKDOWN In Java

    Edit MARKDOWN in Java code....using external data, modify tables. Java library is a stand-alone...existing Markdown elements: tables, lists, charts, images, links...

    products.aspose.com/words/java/edit/markdown/
  6. aspose.words module | Aspose.Words for Python

    The aspose.words module provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word....example Paragraph , Section and Table . Classes Class Description...to some area of a table with assigned table style. To learn more...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Recognition XDimension Mode|Documentation

    This article explains how barcode recognition can be optimized for different bercode sizes and scan resolutions...required modes and listed in the table below. XDimension Mode Description...Barcode Types The following table shows difference in recognition...

    docs.aspose.com/barcode/net/recognition-xdimens...
  8. 如何使用 C# 在 Word 文档中创建表格

    关于如何使用 C# 代码在 Word 文档中创建表格的分步教程。使用带有 Aspose DocumentBuilder 和 DOM 类的 C# 以编程方式在 Word 中创建表格。...Tables 命名空间 创建 DocumentBuilder 或 Table 类实例 使用 InsertCell...InsertCell 或 Table.Rows.Cells.Add 方法在表格行中添加单元格 使用 DocumentBuilder...

    kb.aspose.com/zh/words/net/how-to-create-table-...
  9. Insert Fields in Java|Aspose.Words for Java

    Different ways to insert fields into your document using Java....using DocumentBuilder The TOA ( Table of Authorities ) field builds...builds and inserts a table of authorities. The TOA field collects...

    docs.aspose.com/words/java/insert-fields/
  10. Python 和 .NET 版本差异|Python via .NET 格式的 Aspose.W...

    Aspose.Words for Python via .NET 是 Aspose.Words for .NET 的包装器,本页介绍了这两种产品的功能和 API 的差异。...as_body() as_header_footer() as_table() as_row() as_cell() as_paragraph()...DocumentBuilder ( doc ) table = builder . start_table () builder . insert_cell...

    docs.aspose.com/words/zh/python-net/python-notes/